Skip to content

Commit

Permalink
Remove magic number
Browse files Browse the repository at this point in the history
  • Loading branch information
alxkzmn committed Apr 29, 2024
1 parent 4731f29 commit c9c05b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/src/circuits/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fn test_summa_hyperplonk() {
(witness_polys, proof_transcript)
};

let num_points = 3;
let num_points = N_CURRENCIES + 1;

let proof = proof_transcript.into_proof();

Expand Down

0 comments on commit c9c05b1

Please sign in to comment.