Skip to content

Commit 9aee9fd

Browse files
authored
Update immutable_tree.go
1 parent 0ec9a75 commit 9aee9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

immutable_tree.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ func (t *ImmutableTree) Get(key []byte) ([]byte, error) {
208208

209209
// otherwise skipFastStorageUpgrade is true or
210210
// the cached node was updated later than the current tree. In this case,
211-
// we need to use the regular stategy for reading from the current tree to avoid staleness.
211+
// we need to use the regular strategy for reading from the current tree to avoid staleness.
212212
_, result, err := t.root.get(t, key)
213213
return result, err
214214
}

0 commit comments

Comments
 (0)