We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85cf72 commit 31be5d4Copy full SHA for 31be5d4
core/state/snapshot/iterator.go
@@ -385,7 +385,7 @@ func (it *diskStorageIterator) Hash() common.Hash {
385
return common.BytesToHash(it.it.Key()) // The prefix will be truncated
386
}
387
388
-// Slot returns the raw strorage slot content the iterator is currently at.
+// Slot returns the raw storage slot content the iterator is currently at.
389
func (it *diskStorageIterator) Slot() []byte {
390
return it.it.Value()
391
0 commit comments