Skip to content

Commit

Permalink
fix: remove existing path
Browse files Browse the repository at this point in the history
  • Loading branch information
eigmax committed Mar 30, 2024
1 parent 8b68283 commit e402156
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zkvm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ pub fn zkvm_evm_prove_only(
.with_output(output_path.into(), true)
.from_asm_file(asm_file_path.clone())
.with_prover_inputs(Default::default())
.with_existing_proof_file(Some(Path::new(output_path).to_path_buf()))
.add_data(TEST_CHANNEL, suite_json);

log::debug!("Running witness generation and proof computation...");
Expand Down

0 comments on commit e402156

Please sign in to comment.