This commit is contained in:
Agnish Ghosh 2024-10-02 15:52:59 +05:30
parent 183fbd9f3e
commit 83dcd82ce1
1 changed files with 1 additions and 1 deletions

View File

@ -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