Skip to content

Commit 3ff6f22

Browse files
committed
rid the column q check now that q updation is stabler
1 parent fe2ae3b commit 3ff6f22

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
@@ -2031,7 +2031,6 @@ proc onSlotEnd(node: BeaconNode, slot: Slot) {.async.} =
20312031

20322032
if (not node.config.peerdasSupernode) and
20332033
(not node.config.lightSupernode) and
2034-
node.dataColumnQuarantine[].len == 0 and
20352034
node.attachedValidatorBalanceTotal > 0.Gwei:
20362035
# Detect new validator custody at the last slot of every epoch
20372036
node.validatorCustody.detectNewValidatorCustody(slot,

0 commit comments

Comments
 (0)