Skip to content

Commit

Permalink
a word about _depositsPubdata
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Jul 22, 2021
1 parent 8da7cc0 commit 502592d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -1626,11 +1626,13 @@ performExodus(
Cancels open priority requests, accrues users balances from deposit priority requests in Exodus mode.

```solidity
cancelOutstandingDepositsForExodusMode(uint64 _number)
cancelOutstandingDepositsForExodusMode(uint64 _number, bytes[] memory _depositsPubdata)
```

- `_number`: Supposed number of requests to cancel (if there are less request than provided number - will be canceled
exact number of requests)
- `_depositsPubdata`: The array of the pubdata for the deposits to be cancelled. Please note, that it should not contain
any (even empty) pubdata for `FullExit` priority operations.

#### Rollup Operations

Expand Down

0 comments on commit 502592d

Please sign in to comment.