From 83dcd82ce1f662b7db396122f002696dbc166160 Mon Sep 17 00:00:00 2001 From: Agnish Ghosh Date: Wed, 2 Oct 2024 15:52:59 +0530 Subject: [PATCH] fix --- beacon_chain/sync/sync_protocol.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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