Skip to content

Commit 385b0f3

Browse files
asn-d6jtraglia
andauthored
Update specs/_features/eip7594/polynomial-commitments-sampling.md
Co-authored-by: Justin Traglia <[email protected]>
1 parent f1dd735 commit 385b0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/_features/eip7594/polynomial-commitments-sampling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def recover_shifted_data(cell_ids: Sequence[CellID],
533533
shift_factor = BLSFieldElement(PRIMITIVE_ROOT_OF_UNITY)
534534
shift_inv = div(BLSFieldElement(1), shift_factor)
535535

536-
extended_evaluation_rbo = [0] * (FIELD_ELEMENTS_PER_EXT_BLOB)
536+
extended_evaluation_rbo = [0] * FIELD_ELEMENTS_PER_EXT_BLOB
537537
for cell_id, cell in zip(cell_ids, cells):
538538
start = cell_id * FIELD_ELEMENTS_PER_CELL
539539
end = (cell_id + 1) * FIELD_ELEMENTS_PER_CELL

0 commit comments

Comments
 (0)