Skip to content

Commit

Permalink
Remove reference to row_indices
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Jul 5, 2024
1 parent 3cb1ddd commit 828aea1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ def test_verify_cell_kzg_proof_batch_invalid(spec):

assert not spec.verify_cell_kzg_proof_batch(
commitments_bytes=[commitment, commitment],
row_indices=[0, 0],
column_indices=[0, 4],
cells=[cells[0], cells[5]], # Note: this is where it should go wrong
proofs_bytes=[proofs[0], proofs[4]],
Expand Down

0 comments on commit 828aea1

Please sign in to comment.