Skip to content

Commit

Permalink
fix: compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
roynalnaruto committed Jul 16, 2024
1 parent 50623ee commit 7ee1547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/src/prove.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub fn prove_and_verify_batch(
let verifier = BatchVerifier::from_dirs(PARAMS_DIR, output_dir);
log::info!("Constructed aggregator verifier");

assert!(verifier.verify_batch_proof(batch_proof.clone()));
assert!(verifier.verify_batch_proof(&batch_proof));
log::info!("Verified batch proof");

log::info!("Prove batch END: chunk_num = {chunk_num}");
Expand Down

0 comments on commit 7ee1547

Please sign in to comment.