diff --git a/beacon_chain/sync/sync_protocol.nim b/beacon_chain/sync/sync_protocol.nim index 83ac572cd..51843f1bd 100644 --- a/beacon_chain/sync/sync_protocol.nim +++ b/beacon_chain/sync/sync_protocol.nim @@ -480,7 +480,7 @@ p2pProtocol BeaconSync(version = 1, for i in startIndex..endIndex: for k in reqColumns: if dag.db.getDataColumnSidecarSZ(blockIds[i].root, ColumnIndex(k), bytes): - if blockIds[i].slot.epoch >= dag.cfg.DENEB_FORK_EPOCH and + if blockIds[i].slot.epoch >= dag.cfg.BELLATRIX_FORK_EPOCH and not dag.head.executionValid: continue