good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 5840ddaa authored by Ikko Ashimine's avatar Ikko Ashimine Committed by GitHub
Browse files

core: fix typo in iterator.go

strorage -> storage
parent 199cb61c
No related branches found
No related tags found
Loading
......@@ -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()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment