We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d56c5 commit c6cf1fdCopy full SHA for c6cf1fd
README.md
@@ -11,7 +11,7 @@ Sidechain functionality (plasma user and operator) is written in Javascript.
11
This implementation of plasma cash is a bit different from general specification/guidelines.
12
Main differences:
13
- it treats each deposit as individual tree/chain.
14
- - exits are stored in matrix, where keys are `depositNonce` and `childBlockIndex`
+ - exits are stored in matrix, where keys are `depositId` and `blockIndex`
15
so each exit has its own place.
16
- every deposit has its own exit queue
17
- priority is not based on exit time, but based on block index
0 commit comments