mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Revert "core/state/snapshot: be very noisy if the generator hits a trie error (#28178)"
This reverts commit 7cd6ef9ae7.
This commit is contained in:
parent
59cc7fb8eb
commit
8fd4c13cbc
1 changed files with 0 additions and 4 deletions
|
|
@ -446,10 +446,6 @@ func (dl *diskLayer) generateRange(ctx *generatorContext, trieId *trie.ID, prefi
|
||||||
internal += time.Since(istart)
|
internal += time.Since(istart)
|
||||||
}
|
}
|
||||||
if iter.Err != nil {
|
if iter.Err != nil {
|
||||||
// Trie errors should never happen. Still, in case of a bug, expose the
|
|
||||||
// error here, as the outer code will presume errors are interrupts, not
|
|
||||||
// some deeper issues.
|
|
||||||
log.Error("State snapshotter failed to iterate trie", "err", err)
|
|
||||||
return false, nil, iter.Err
|
return false, nil, iter.Err
|
||||||
}
|
}
|
||||||
// Delete all stale snapshot states remaining
|
// Delete all stale snapshot states remaining
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue