Skip to content

Commit

Permalink
Merge pull request ethereum#204 from eltociear/patch-2
Browse files Browse the repository at this point in the history
core: fix typo in iterator.go
  • Loading branch information
ssandeep authored Oct 11, 2021
2 parents 199cb61 + 5840dda commit db99e0b
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 db99e0b

Please sign in to comment.