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 adeaacf commit 644cbbc
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 @@ -135,7 +135,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
}

//If the vk or pk doesn't exist, it will run setup().
async fn setup(zkm_prover: &str, vk_path: &str, prover_client: &ProverClient, input: &ProverInput) {
async fn setup(zkm_prover: &str, vk_path: &str, prover_client: &ProverClient, prover_input: &ProverInput) {
if zkm_prover.to_lowercase() == *"local".to_string() {
let pk_file = format!("{}/proving.key", vk_path);
let vk_file = format!("{}/verifying.key", vk_path);
Expand Down

0 comments on commit 644cbbc

Please sign in to comment.