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 dc17fa6 commit a92d8a2Copy full SHA for a92d8a2
trie/hasher.go
@@ -76,7 +76,7 @@ func (h *hasher) hash(n node, db DatabaseWriter, force bool) (node, node, error)
76
if err != nil {
77
return hashNode{}, n, err
78
}
79
- // Cache the hash of the ndoe for later reuse and remove
+ // Cache the hash of the node for later reuse and remove
80
// the dirty flag in commit mode. It's fine to assign these values directly
81
// without copying the node first because hashChildren copies it.
82
cachedHash, _ := hashed.(hashNode)
0 commit comments