Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Jun 20, 2024
1 parent f85b8f4 commit 80cbb18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/src/prove.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ pub fn prove_and_verify_chunk(
env::set_var("CHUNK_VK_FILENAME", "vk_chunk_0.vkey");
let verifier = ChunkVerifier::from_dirs(params_path, output_dir);
assert!(verifier.verify_chunk_proof(chunk_proof));
log::info!("Verified chunk proof");
}

pub fn prove_and_verify_batch(
Expand Down

0 comments on commit 80cbb18

Please sign in to comment.