mirror of
https://github.com/pezkuwichain/merkle-mountain-range.git
synced 2026-04-29 12:37:54 +00:00
Update README.md
This commit is contained in:
@@ -38,7 +38,7 @@ For example, we insert a leaf to the example MMR:
|
||||
3. insert parent node to position `20`.
|
||||
4. the node `20` also has a left sibling `17`, calculate parent node: `merge(mmr[17], mmr[20])`.
|
||||
5. insert new node to next position `21`.
|
||||
6. the node `20` have no left sibling, complete the insertion.
|
||||
6. the node `21` have no left sibling, complete the insertion.
|
||||
|
||||
Example MMR after insertion of a new leaf:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user