Skip to content

Commit

Permalink
core/state/snapshot: fix typo (ethereum#408)
Browse files Browse the repository at this point in the history
strorage -> storage
  • Loading branch information
eltociear committed Sep 6, 2021
1 parent 1540ad9 commit bca9678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/state/snapshot/iterator.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ func (it *diskStorageIterator) Hash() common.Hash {
return common.BytesToHash(it.it.Key()) // The prefix will be truncated
}

// Slot returns the raw strorage slot content the iterator is currently at.
// Slot returns the raw storage slot content the iterator is currently at.
func (it *diskStorageIterator) Slot() []byte {
return it.it.Value()
}
Expand Down

0 comments on commit bca9678

Please sign in to comment.