We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0b800 commit d5fdcfcCopy full SHA for d5fdcfc
beacon_chain/sync/sync_overseer2.nim
@@ -968,7 +968,7 @@ proc getStatusPeriod*(
968
localHead = dag.head.bid
969
peerHead = peer.getHeadBlockId()
970
peerFinalizedCheckpoint = peer.getFinalizedCheckpoint()
971
- secondsPerSlot = int(dag.cfg.timeParams.SECONDS_PER_SLOT)
+ secondsPerSlot = int(dag.cfg.timeParams.SLOT_DURATION.seconds)
972
973
if peerFinalizedCheckpoint.epoch < overseer.lastSeenCheckpoint.get.epoch:
974
# Peer is not in sync with the network.
0 commit comments