initial column checker

This commit is contained in:
Agnish Ghosh 2024-10-17 21:21:39 +05:30
parent e161f5e6f1
commit e0859090ff
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ proc initFullNode(
Future[Result[void, VerifierError]] {.async: (raises: [CancelledError]).} =
withBlck(signedBlock):
when consensusFork >= ConsensusFork.Deneb:
if not dataColumnQuarantine[].hasEnoughDataColumns(forkyBlck):
if not dataColumnQuarantine[].checkForInitialDcSidecars(forkyBlck):
# We don't have all the data columns for this block, so we have
# to put it in columnless quarantine.
if not quarantine[].addColumnless(dag.finalizedHead.slot, forkyBlck):