good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit db99e0b9 authored by Sandeep Sreenath's avatar Sandeep Sreenath Committed by GitHub
Browse files

Merge pull request #204 from eltociear/patch-2

core: fix typo in iterator.go
parents 199cb61c 5840ddaa
No related merge requests found
......@@ -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.
Please register or to comment