Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alxkzmn committed Dec 13, 2023
1 parent f4c1417 commit 52b29b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kzg_prover/src/circuits/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ mod test {
}

let column_range = 0..N_CURRENCIES + 1;
// The Verifier verifies the inclusion of the 4th user balances
// The Verifier verifies the inclusion of the 4th user entry
const N_POINTS: usize = N_CURRENCIES + 1;
let (inclusion_verified, id_and_balance_values) = verify_user_inclusion::<N_POINTS>(
&params,
Expand Down

0 comments on commit 52b29b8

Please sign in to comment.