We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efdb18b commit 9691124Copy full SHA for 9691124
internal/trie/node/hash.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
// 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.
+// For root nodes, the Merkle value is always the Blake2b hash of the encoding.
16
// For other nodes, the Merkle value is either:
17
// - the encoding if it is less than 32 bytes
18
// - the Blake2b hash of the encoding
0 commit comments