mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 14:54:12 +00:00
fix
This commit is contained in:
parent
183fbd9f3e
commit
83dcd82ce1
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user