mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Update statedb.go
This commit is contained in:
parent
7d5b8feedc
commit
0014eb6cf4
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ func (s *StateDB) StartPrefetcher(namespace string) {
|
|||
// the prefetcher is constructed. For more details, see:
|
||||
// https://github.com/ethereum/go-ethereum/issues/29880
|
||||
if err := s.prefetcher.prefetch(common.Hash{}, s.originalRoot, common.Address{}, nil); err != nil {
|
||||
log.Error("Failed to prefetch account trie", "root", s.originalRoot.String(), "err", err)
|
||||
log.Error("Failed to prefetch account trie", "root", s.originalRoot, "err", err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue