good morning!!!!

Skip to content
Snippets Groups Projects
Commit a92d8a26 authored by Paul Litvak's avatar Paul Litvak Committed by Felix Lange
Browse files

trie: fix typo (#15152)

parent dc17fa6b
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ func (h *hasher) hash(n node, db DatabaseWriter, force bool) (node, node, error)
if err != nil {
return hashNode{}, n, err
}
// Cache the hash of the ndoe for later reuse and remove
// Cache the hash of the node for later reuse and remove
// the dirty flag in commit mode. It's fine to assign these values directly
// without copying the node first because hashChildren copies it.
cachedHash, _ := hashed.(hashNode)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment