Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit eb7f948

Browse files
committed
Rename VERIFY_CONFIG to COMPRESSION_CONFIG.
1 parent 89043c8 commit eb7f948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prover/src/test_util/aggregator.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub fn gen_comp_evm_proof(
1818
prover: &mut Prover,
1919
prev_snark: Snark,
2020
) -> Proof {
21-
set_var("VERIFY_CONFIG", format!("./configs/{id}.config"));
21+
set_var("COMPRESSION_CONFIG", format!("./configs/{id}.config"));
2222

2323
let rng = gen_rng();
2424
let proof = prover
@@ -55,7 +55,7 @@ pub fn load_or_gen_comp_snark(
5555
prover: &mut Prover,
5656
prev_snark: Snark,
5757
) -> Snark {
58-
set_var("VERIFY_CONFIG", format!("./configs/{id}.config"));
58+
set_var("COMPRESSION_CONFIG", format!("./configs/{id}.config"));
5959
let file_path = format!("{output_dir}/{id}_snark.json");
6060

6161
load_snark(&file_path).unwrap().unwrap_or_else(|| {

0 commit comments

Comments
 (0)