diff --git a/core/state_prefetcher.go b/core/state_prefetcher.go index f3129f57cd..840a33e6d7 100644 --- a/core/state_prefetcher.go +++ b/core/state_prefetcher.go @@ -124,5 +124,4 @@ func (p *statePrefetcher) Prefetch(block *types.Block, statedb *state.StateDB, c blockPrefetchTxsValidMeter.Mark(int64(len(block.Transactions())) - fails.Load()) blockPrefetchTxsInvalidMeter.Mark(fails.Load()) - return }