Skip to content

Commit c6cf1fd

Browse files
authored
Update README.md
1 parent 33d56c5 commit c6cf1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Sidechain functionality (plasma user and operator) is written in Javascript.
1111
This implementation of plasma cash is a bit different from general specification/guidelines.
1212
Main differences:
1313
- it treats each deposit as individual tree/chain.
14-
- exits are stored in matrix, where keys are `depositNonce` and `childBlockIndex`
14+
- exits are stored in matrix, where keys are `depositId` and `blockIndex`
1515
so each exit has its own place.
1616
- every deposit has its own exit queue
1717
- priority is not based on exit time, but based on block index

0 commit comments

Comments
 (0)