diff --git a/core/state_prefetcher.go b/core/state_prefetcher.go index 1c738c1e38..6e780a5638 100644 --- a/core/state_prefetcher.go +++ b/core/state_prefetcher.go @@ -118,5 +118,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 }