Skip to content

Commit

Permalink
update batcher
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-sjtu committed Sep 16, 2023
1 parent 930d0a5 commit 4913d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions crates/cli/src/exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use anyhow::Result;
use circuits_batcher::proof::CircuitInfo;
use circuits_batcher::proof::ProofInfo;
use circuits_batcher::proof::ProofLoadInfo;
use circuits_batcher::proof::Prover;
use delphinus_zkwasm::circuits::TestCircuit;
use delphinus_zkwasm::halo2_proofs;
use delphinus_zkwasm::halo2aggregator_s;
Expand Down Expand Up @@ -268,7 +267,7 @@ pub fn exec_create_proof(
circuits_batcher::args::HashType::Poseidon
);
circuit.proofloadinfo.save(output_dir);
circuit.create_proof(output_dir, param_dir, 0);
circuit.exec_create_proof(output_dir, param_dir, 0);
info!("Proof has been created.");

Ok(())
Expand Down

0 comments on commit 4913d89

Please sign in to comment.