Skip to content

Commit

Permalink
Fix one more unrelated nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Aug 16, 2024
1 parent 111dff2 commit c9cb7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eip7594/eip7594.c
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ C_KZG_RET verify_cell_kzg_proof_batch(
}

////////////////////////////////////////////////////////////////////////////////////////////////
// Deduplicate Commitments
// Deduplicate commitments
////////////////////////////////////////////////////////////////////////////////////////////////

ret = c_kzg_calloc((void **)&unique_commitments, num_cells, sizeof(Bytes48));
Expand Down

0 comments on commit c9cb7b7

Please sign in to comment.