Skip to content

Commit

Permalink
trie: fix grammar in comment (ethereum#25648)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald authored and HanWang233 committed Sep 11, 2022
1 parent b5f0d62 commit 7104184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trie/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7104184

Please sign in to comment.