Skip to content

Commit

Permalink
update host program
Browse files Browse the repository at this point in the history
  • Loading branch information
[gavin-ygy] committed Oct 9, 2024
1 parent 23344cc commit a4d2132
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 @@ -117,7 +117,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
}
"mem-alloc-vec" => log::info!("Executing the guest program successfully."), //The guest program returns nothing.
_ => ,
}
}
}
Ok(None) => {
Expand Down

0 comments on commit a4d2132

Please sign in to comment.