Skip to content

Commit 52640e9

Browse files
authored
fix/remove remaining fcuV2 in Deneb (#5332)
1 parent cf3fd7d commit 52640e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

beacon_chain/gossip_processing/block_processor.nim

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,9 @@ proc storeBlock(
680680
template callForkChoiceUpdated: auto =
681681
case self.consensusManager.dag.cfg.consensusForkAtEpoch(
682682
newHead.get.blck.bid.slot.epoch)
683-
of ConsensusFork.Capella, ConsensusFork.Deneb:
683+
of ConsensusFork.Deneb:
684+
callExpectValidFCU(payloadAttributeType = PayloadAttributesV3)
685+
of ConsensusFork.Capella:
684686
callExpectValidFCU(payloadAttributeType = PayloadAttributesV2)
685687
of ConsensusFork.Phase0, ConsensusFork.Altair,
686688
ConsensusFork.Bellatrix:

0 commit comments

Comments
 (0)