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 cf3fd7d commit 52640e9Copy full SHA for 52640e9
beacon_chain/gossip_processing/block_processor.nim
@@ -680,7 +680,9 @@ proc storeBlock(
680
template callForkChoiceUpdated: auto =
681
case self.consensusManager.dag.cfg.consensusForkAtEpoch(
682
newHead.get.blck.bid.slot.epoch)
683
- of ConsensusFork.Capella, ConsensusFork.Deneb:
+ of ConsensusFork.Deneb:
684
+ callExpectValidFCU(payloadAttributeType = PayloadAttributesV3)
685
+ of ConsensusFork.Capella:
686
callExpectValidFCU(payloadAttributeType = PayloadAttributesV2)
687
of ConsensusFork.Phase0, ConsensusFork.Altair,
688
ConsensusFork.Bellatrix:
0 commit comments