Skip to content

Commit

Permalink
Merge branch 'update_scarb' into new_dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
fmkra committed Nov 15, 2024
2 parents 1b0405c + c193677 commit 68a91f5
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 68a91f5

Please sign in to comment.