Skip to content

Commit a3a0df1

Browse files
authored
remove too-aggressive assertion (#2343)
1 parent 5f924c0 commit a3a0df1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

beacon_chain/nimbus_beacon_node.nim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,6 @@ func getNextAttestation(node: BeaconNode, slot: Slot): Slot =
863863
let bitmapEpoch = slot.epoch + i
864864

865865
if bitmapEpoch > node.attestationSubnets.lastCalculatedAttestationEpoch:
866-
doAssert i == 0 or orderedAttestingSlots[0] == 0
867866
return FAR_FUTURE_SLOT
868867

869868
for slotOffset in 0 ..< SLOTS_PER_EPOCH:

0 commit comments

Comments
 (0)