fix: ckzg function change

This commit is contained in:
Agnish Ghosh 2024-07-03 23:51:41 +05:30
parent 706373909f
commit d49b1a1d47
No known key found for this signature in database
GPG Key ID: 7BDDA05D1B25E9F8
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ proc get_data_column_sidecars*(signed_block: deneb.SignedBeaconBlock | electra.S
for blob in blobs:
let
computed_cell = computeCellsAndKzgProofs(blob)
computed_cell = computeCellsAndProofs(blob)
if computed_cell.isErr():
return err("EIP7549: Could not compute cells")