Skip to content

Commit 9691124

Browse files
committed
Update internal/trie/node/hash.go
1 parent efdb18b commit 9691124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/trie/node/hash.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
// MerkleValue produces the Merkle value from the encoding of a node.
15-
// For root nodes, the Merkle value is always the Blak2b hash of the encoding.
15+
// For root nodes, the Merkle value is always the Blake2b hash of the encoding.
1616
// For other nodes, the Merkle value is either:
1717
// - the encoding if it is less than 32 bytes
1818
// - the Blake2b hash of the encoding

0 commit comments

Comments
 (0)