fix: ckzg function change
This commit is contained in:
parent
706373909f
commit
d49b1a1d47
|
@ -209,7 +209,7 @@ proc get_data_column_sidecars*(signed_block: deneb.SignedBeaconBlock | electra.S
|
||||||
|
|
||||||
for blob in blobs:
|
for blob in blobs:
|
||||||
let
|
let
|
||||||
computed_cell = computeCellsAndKzgProofs(blob)
|
computed_cell = computeCellsAndProofs(blob)
|
||||||
|
|
||||||
if computed_cell.isErr():
|
if computed_cell.isErr():
|
||||||
return err("EIP7549: Could not compute cells")
|
return err("EIP7549: Could not compute cells")
|
||||||
|
|
Loading…
Reference in New Issue