trie: fix grammar in comment (#25648)

pull/25651/head
aaronbuchwald 2 years ago committed by GitHub
parent 8cfcb41e57
commit 3d68bb03c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      trie/database.go

@ -163,7 +163,7 @@ func (n *cachedNode) rlp() []byte {
// or by regenerating it from the rlp encoded blob.
func (n *cachedNode) obj(hash common.Hash) node {
if node, ok := n.node.(rawNode); ok {
// The raw-blob format nodes are loaded from either from
// The raw-blob format nodes are loaded either from the
// clean cache or the database, they are all in their own
// copy and safe to use unsafe decoder.
return mustDecodeNodeUnsafe(hash[:], node)

Loading…
Cancel
Save