enable blob length clarity for more clarity over the bug
This commit is contained in:
parent
6c6f33a925
commit
4730a4b246
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue