enable blob length clarity for more clarity over the bug

This commit is contained in:
Agnish Ghosh 2024-08-26 21:47:26 +05:30
parent 6c6f33a925
commit 4730a4b246

View File

@ -169,6 +169,8 @@ proc routeSignedBeaconBlock*(
when typeof(blck).kind >= ConsensusFork.Deneb:
if blobsOpt.isSome():
let blobs = blobsOpt.get()
debugEcho blobs.len
debugEcho blobs.len
if blobs.len != 0:
let dataColumnsOpt = newClone get_data_column_sidecars(blck, blobs.mapIt(KzgBlob(bytes: it.blob)))