Skip to content

Commit

Permalink
fix: rename sierra-compile to starknet-compile back
Browse files Browse the repository at this point in the history
  • Loading branch information
varex83 committed Oct 28, 2024
1 parent ada76ce commit 4839720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/blockifier/src/test_utils/cairo_compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pub fn cairo1_compile(
base_compile_args.insert(0, format!("+nightly-{nightly_version}"));
}

let sierra_output = sierra_compile(path, git_tag_override, cargo_nightly_arg);
let sierra_output = starknet_compile(path, git_tag_override, cargo_nightly_arg);

let mut temp_file = NamedTempFile::new().unwrap();
temp_file.write_all(&sierra_output).unwrap();
Expand All @@ -139,7 +139,7 @@ pub fn cairo1_compile(
casm_output.stdout
}

pub fn sierra_compile(
pub fn starknet_compile(
path: String,
git_tag_override: Option<String>,
cargo_nightly_arg: Option<String>,
Expand Down

0 comments on commit 4839720

Please sign in to comment.