Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Apr 23, 2024
1 parent 9b8a52a commit e4c97db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cairo1-run/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ fn run(args: impl Iterator<Item = String>) -> Result<Option<String>, Error> {
};

let (runner, vm, _, serialized_output) =
cairo_run::cairo_run_program(&sierra_program, cairo_run_config)?;
cairo_run_program(&sierra_program, cairo_run_config)?;

if let Some(file_path) = args.air_public_input {
let json = runner.get_air_public_input(&vm)?.serialize_json()?;
Expand Down

0 comments on commit e4c97db

Please sign in to comment.