mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
change to sensible peak ordering
This commit is contained in:
parent
17581b66b4
commit
3d29a7e747
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ the MMR as prefix. For a MMR of size N with 3 peaks p1, p2 and p3 we get the
|
||||||
final top peak:
|
final top peak:
|
||||||
|
|
||||||
```
|
```
|
||||||
P = Blake2b(N | Blake2b(N | Node(p3) | Node(p2)) | Node(p1))
|
P = Blake2b(N | Node(p1) | Blake2b(N | Node(p2) | Node(p3)))
|
||||||
```
|
```
|
||||||
|
|
||||||
## Pruning
|
## Pruning
|
||||||
|
|
Loading…
Reference in a new issue