remove waitFor

This commit is contained in:
Dustin Brody 2020-08-21 03:55:20 +02:00 committed by zah
parent d9bf6f450d
commit cac4fee569
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ proc onSlotStart(node: BeaconNode, lastSlot, scheduledSlot: Slot) {.gcsafe, asyn
slot < node.chainDag.head.slot + GOSSIP_ACTIVATION_THRESHOLD_SLOTS:
# When node.cycleAttestationSubnets() is enabled more properly, integrate
# this into the node.cycleAttestationSubnets() call.
debug "Enabling GossipSub",
debug "Enabling topic subscriptions",
wallSlot = slot,
headSlot = node.chainDag.head.slot
await node.addMessageHandlers()