core: fix typo in iterator.go (#23502)

strorage -> storage
pull/23436/head
Ikko Ashimine 3 years ago committed by GitHub
parent f85cf722ff
commit 31be5d41d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      core/state/snapshot/iterator.go

@ -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()
}

Loading…
Cancel
Save