Skip to content

Commit

Permalink
Fix runner
Browse files Browse the repository at this point in the history
  • Loading branch information
fmkra committed Nov 15, 2024
1 parent 5ddde54 commit c193677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fn main() -> anyhow::Result<()> {
.unwrap();

let func = runner.find_function(ENTRYPOINT).unwrap();
let args = &[
let args = vec![
Arg::Array(proof.into_iter().map(Arg::Value).collect_vec()),
Arg::Value(cli.memory_verification.into()),
Arg::Value(cli.hasher_bit_length.into()),
Expand Down

0 comments on commit c193677

Please sign in to comment.