mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
trie.go documentation typographical fix
This commit is contained in:
parent
475521dd74
commit
211ba4f2b1
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ func (h *hasher) hash(n node, db DatabaseWriter, force bool) (node, node, error)
|
|||
if err != nil {
|
||||
return hashNode{}, n, err
|
||||
}
|
||||
// Cache the hash and RLP blob of the ndoe for later reuse
|
||||
// Cache the hash and RLP blob of the node for later reuse
|
||||
if hash, ok := hashed.(hashNode); ok && !force {
|
||||
switch cached := cached.(type) {
|
||||
case shortNode:
|
||||
|
|
|
|||
Loading…
Reference in a new issue