|
|
@ -317,6 +317,7 @@ tuple<h256s, h256s, bool> BlockChain::sync(BlockQueue& _bq, OverlayDB const& _st |
|
|
|
{ |
|
|
|
try |
|
|
|
{ |
|
|
|
// Nonce is already verified thread at this point.
|
|
|
|
auto r = import(block.first, block.second, _stateDB, ImportRequirements::Default & ~ImportRequirements::ValidNonce); |
|
|
|
fresh += r.first; |
|
|
|
dead += r.second; |
|
|
|