mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
comment wording
This commit is contained in:
parent
ad5ff70a9b
commit
6039362bee
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ func (s *stateObject) GetCommittedState(key common.Hash) common.Hash {
|
|||
}
|
||||
}
|
||||
if s.db.prefetcher != nil {
|
||||
// always prefetch to ensure that read accounts will end up in the witness
|
||||
// always prefetch to ensure that read storage slots will end up in the witness
|
||||
s.db.prefetcher.prefetch(s.addrHash, s.data.Root, s.address, [][]byte{key[:]})
|
||||
}
|
||||
// If the snapshot is unavailable or reading from it fails, load from the database.
|
||||
|
|
|
|||
Loading…
Reference in a new issue