Skip to content

Commit

Permalink
Update docs/protocol.md
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Aleksanov <[email protected]>
  • Loading branch information
ly0va and popzxc authored Jul 22, 2021
1 parent ff5f599 commit 4e81081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ Performs an atomic swap of tokens between 2 Rollup accounts at an arranged ratio
| opcode | 1 | `0x0b` | Operation code |
| account_a | 4 | AccountId | Unique identifier of the first rollup account that performs a swap |
| recipient_a | 4 | AccountId | Unique identifier of the rollup account which receives the funds sent by `account_b` |
| account_b | 4 | AccountId | Unique identifier of one second rollup account that performs a swap |
| account_b | 4 | AccountId | Unique identifier of the second rollup account that performs a swap |
| recipient_b | 4 | AccountId | Unique identifier of the rollup account which receives the funds sent by `account_a` |
| submitter | 4 | AccountId | Unique identifier of the rollup account which submits the swap transaction and pays fees |
| token_a | 4 | TokenId | Unique identifier of the token that account_a is swapping |
Expand Down

0 comments on commit 4e81081

Please sign in to comment.