Skip to content

Commit 2d17b03

Browse files
committed
just add debug logs
1 parent 30d081f commit 2d17b03

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

beacon_chain/nimbus_beacon_node.nim

+5-5
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)