Skip to content

Commit

Permalink
Correct accumulator
Browse files Browse the repository at this point in the history
  • Loading branch information
darth-cy committed Sep 18, 2024
1 parent ba1a232 commit 6ef3770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compression/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ fn test_standard_plonk_compression() {
let snarks = [(); 1].map(|_| gen_application_snark(&params_app));

let rng = test_rng();
let has_accumulator = true;
let has_accumulator = false;
let compression_circuit = CompressionCircuit::new_from_ce_snark(k, &params, snarks[0].clone(), has_accumulator, rng).unwrap();
let num_instances = compression_circuit.num_instance();
let instances = compression_circuit.instances();
Expand Down

0 comments on commit 6ef3770

Please sign in to comment.