Skip to content

Commit 43b9d3c

Browse files
committed
Corrected comment
1 parent 7781bb9 commit 43b9d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trie/merkle.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import json
55
import sys
66

7-
## Graypaper conforming implementation of the trie merklization (Appendix D)
7+
## Graypaper conforming implementation of the binary tree used for the state merklization (Appendix D)
88
## Based on GP 0.2.2
99

1010
# Blake2b-256

0 commit comments

Comments
 (0)