mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56:42 +00:00
core: remove redundant return statement
This commit is contained in:
parent
447b5f7e19
commit
174de9a3b7
1 changed files with 0 additions and 1 deletions
|
|
@ -118,5 +118,4 @@ func (p *statePrefetcher) Prefetch(block *types.Block, statedb *state.StateDB, c
|
||||||
|
|
||||||
blockPrefetchTxsValidMeter.Mark(int64(len(block.Transactions())) - fails.Load())
|
blockPrefetchTxsValidMeter.Mark(int64(len(block.Transactions())) - fails.Load())
|
||||||
blockPrefetchTxsInvalidMeter.Mark(fails.Load())
|
blockPrefetchTxsInvalidMeter.Mark(fails.Load())
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue