Skip to content

Commit

Permalink
Update internal/trie/node/hash.go
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jun 30, 2022
1 parent efdb18b commit 9691124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/trie/node/hash.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

// MerkleValue produces the Merkle value from the encoding of a node.
// 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.
// For other nodes, the Merkle value is either:
// - the encoding if it is less than 32 bytes
// - the Blake2b hash of the encoding
Expand Down

0 comments on commit 9691124

Please sign in to comment.