We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7781bb9 commit 43b9d3cCopy full SHA for 43b9d3c
trie/merkle.py
@@ -4,7 +4,7 @@
4
import json
5
import sys
6
7
-## Graypaper conforming implementation of the trie merklization (Appendix D)
+## Graypaper conforming implementation of the binary tree used for the state merklization (Appendix D)
8
## Based on GP 0.2.2
9
10
# Blake2b-256
0 commit comments