We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9678f commit c882159Copy full SHA for c882159
trie/database.go
@@ -163,7 +163,7 @@ func (n *cachedNode) rlp() []byte {
163
// or by regenerating it from the rlp encoded blob.
164
func (n *cachedNode) obj(hash common.Hash) node {
165
if node, ok := n.node.(rawNode); ok {
166
- // The raw-blob format nodes are loaded from either from
+ // The raw-blob format nodes are loaded either from the
167
// clean cache or the database, they are all in their own
168
// copy and safe to use unsafe decoder.
169
return mustDecodeNodeUnsafe(hash[:], node)
0 commit comments