Dirty workaround for #2218
This commit is contained in:
parent
f06e6d46a2
commit
ccd8642d16
|
@ -717,7 +717,8 @@ proc startSyncManager(node: BeaconNode) =
|
|||
|
||||
node.syncManager = newSyncManager[Peer, PeerID](
|
||||
node.network.peerPool, getLocalHeadSlot, getLocalWallSlot,
|
||||
getFirstSlotAtFinalizedEpoch, node.processor.blocksQueue, chunkSize = 32
|
||||
getFirstSlotAtFinalizedEpoch, node.processor.blocksQueue, chunkSize = 32,
|
||||
tolerance_value = 2
|
||||
)
|
||||
node.syncManager.start()
|
||||
|
||||
|
@ -1539,4 +1540,3 @@ programMain:
|
|||
waitFor testWeb3Provider(config.web3TestUrl,
|
||||
depositContractAddress,
|
||||
depositContractDeployedAt)
|
||||
|
||||
|
|
Loading…
Reference in New Issue