Skip to content

Commit

Permalink
Remove superfluous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asn-d6 committed Aug 23, 2024
1 parent 5aa99b0 commit c435fc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/eip7594/eip7594.c
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,6 @@ C_KZG_RET verify_cell_kzg_proof_batch(
// Compute random linear combination of the proofs
////////////////////////////////////////////////////////////////////////////////////////////////

/* Do the linear combination */
ret = g1_lincomb_fast(&proof_lincomb, proofs_g1, r_powers, num_cells);
if (ret != C_KZG_OK) goto out;

Expand Down

0 comments on commit c435fc8

Please sign in to comment.