File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -481,12 +481,12 @@ proc initFullNode(
481481 let blob_sidecars_el =
482482 create_blob_sidecars (forkyBlck, kzgPrfs, kzgBlbs)
483483
484- # # populate blob quarantine to tackle blob loop
485- # for blb_el in blob_sidecars_el:
486- # blobQuarantine[].put(newClone blb_el)
484+ # populate blob quarantine to tackle blob loop
485+ for blb_el in blob_sidecars_el:
486+ blobQuarantine[].put (newClone blb_el)
487487
488- # # now pop blobQuarantine and make block available for attestation
489- # let blobs = blobQuarantine[].popBlobs(forkyBlck.root, forkyBlck)
488+ # now pop blobQuarantine and make block available for attestation
489+ let blobs = blobQuarantine[].popBlobs (forkyBlck.root, forkyBlck)
490490 return await blockProcessor[].addBlock (MsgSource .gossip, signedBlock,
491491 Opt .some (blob_sidecars_el),
492492 maybeFinalized = maybeFinalized)
You can’t perform that action at this time.
0 commit comments