|
|
@ -325,7 +325,7 @@ tuple<ImportRoute, bool, unsigned> BlockChain::sync(BlockQueue& _bq, OverlayDB c |
|
|
|
{ |
|
|
|
// Nonce & uncle nonces already verified in verification thread at this point.
|
|
|
|
ImportRoute r; |
|
|
|
DEV_TIMED_ABOVE("Block import", 500) |
|
|
|
DEV_TIMED_ABOVE("Block import " + toString(block.verified.info.number), 500) |
|
|
|
r = import(block.verified, _stateDB, ImportRequirements::Default & ~ImportRequirements::ValidNonce & ~ImportRequirements::CheckUncles); |
|
|
|
fresh += r.liveBlocks; |
|
|
|
dead += r.deadBlocks; |
|
|
|