Skip to content

Commit

Permalink
update host
Browse files Browse the repository at this point in the history
  • Loading branch information
[gavin-ygy] committed Nov 21, 2024
1 parent 644cbbc commit 7eabbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host-program/src/bin/zkm-prove.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {

//the first executing the host will generate the pk and vk through setup().
//if you want to generate the new vk , you should delete the files in the vk_path, then run the host program.
setup(&zkm_prover, &vk_path, &prover_client, &prover_input);
setup(&zkm_prover, &vk_path, &prover_client, &prover_input).await;

let start = Instant::now();
let proving_result = prover_client.prover.prove(&prover_input, None).await;
Expand Down

0 comments on commit 7eabbab

Please sign in to comment.