mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-19 11:03:40 +00:00
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…
x
Reference in New Issue
Block a user