File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -481,12 +481,12 @@ proc initFullNode(
481
481
let blob_sidecars_el =
482
482
create_blob_sidecars (forkyBlck, kzgPrfs, kzgBlbs)
483
483
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)
487
487
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)
490
490
return await blockProcessor[].addBlock (MsgSource .gossip, signedBlock,
491
491
Opt .some (blob_sidecars_el),
492
492
maybeFinalized = maybeFinalized)
You can’t perform that action at this time.
0 commit comments