You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2021. It is now read-only.
When daoHardforkBlock is missing from config, it has some default non-zero value (c_infiniteBlockNumer) and the code in BlockChainSync requests DAO fork block when starting to sync from the new peer always when DAO fork block number is non-zero.
I think we should check in BlockChainSync for both 0 and c_infiniteBlockNumer
Reported in #5263
When
daoHardforkBlockis missing from config, it has some default non-zero value (c_infiniteBlockNumer) and the code inBlockChainSyncrequests DAO fork block when starting to sync from the new peer always when DAO fork block number is non-zero.I think we should check in
BlockChainSyncfor both 0 andc_infiniteBlockNumer