Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed May 28, 2018
1 parent 064d9ab commit 66bc5f3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions PlasmaMVP/exitOrdering.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,9 @@ Priority is represented by a uint256:

txPos represents the position of the utxo being exited

txPos[0]: block number

txPos[1]: transaction index

txPos[2]: output index
txPos[0]: block number
txPos[1]: transaction index
txPos[2]: output index

We have already shown the right 128 bits to be unique and they will not overflow into the left 128 bit until 10^29 blocks have been created.

Expand Down

0 comments on commit 66bc5f3

Please sign in to comment.