Skip to content

Commit 483a286

Browse files
committed
Remove assert len(missing_cell_indices) != 0 check
1 parent 7064b1a commit 483a286

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -565,9 +565,6 @@ def construct_vanishing_polynomial(missing_cell_indices: Sequence[CellIndex]) ->
565565
We never encounter this case however because this method is used solely for recovery and recovery only
566566
works if at least half of the cells are available.
567567
"""
568-
569-
assert len(missing_cell_indices) != 0
570-
571568
# Get the small domain
572569
roots_of_unity_reduced = compute_roots_of_unity(CELLS_PER_EXT_BLOB)
573570

0 commit comments

Comments
 (0)