mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
parent
f85cf722ff
commit
31be5d41d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue