Skip to content

Commit f1dd735

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

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
@@ -495,7 +495,7 @@ def construct_vanishing_polynomial(missing_cell_ids: Sequence[CellID]) -> Tuple[
495495
])
496496

497497
# Extend vanishing polynomial to full domain using the closed form of the vanishing polynomial over a coset
498-
zero_poly_coeff = [0] * (FIELD_ELEMENTS_PER_EXT_BLOB)
498+
zero_poly_coeff = [0] * FIELD_ELEMENTS_PER_EXT_BLOB
499499
for i, coeff in enumerate(short_zero_poly):
500500
zero_poly_coeff[i * FIELD_ELEMENTS_PER_CELL] = coeff
501501

0 commit comments

Comments
 (0)