Remove stale denebImplementationMissing (#5173)
This should have been removed as part of #5137
This commit is contained in:
parent
23edc4f960
commit
86e33b0a3f
|
@ -1076,7 +1076,6 @@ proc proposeBlock(node: BeaconNode,
|
|||
|
||||
return
|
||||
if slot.epoch >= node.dag.cfg.DENEB_FORK_EPOCH:
|
||||
debugRaiseAssert $denebImplementationMissing & ": proposeBlock"
|
||||
proposeBlockContinuation(
|
||||
deneb_mev.SignedBlindedBeaconBlock, deneb.ExecutionPayloadForSigning)
|
||||
elif slot.epoch >= node.dag.cfg.CAPELLA_FORK_EPOCH:
|
||||
|
|
Loading…
Reference in New Issue