don't shoot root requests

This commit is contained in:
Agnish Ghosh 2024-10-04 23:33:47 +05:30
parent 51cff05d02
commit 445a1f249c
1 changed files with 1 additions and 0 deletions

View File

@ -532,6 +532,7 @@ proc getMissingDataColumns(rman: RequestManager): seq[DataColumnIdentifier] =
fetches: seq[DataColumnIdentifier]
ready: seq[Eth2Digest]
return fetches
for columnless in rman.quarantine[].peekColumnless():
withBlck(columnless):
when consensusFork >= ConsensusFork.Deneb: