Skip to content

Commit

Permalink
revert estimate_casm_hash_computation_resources change
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Dec 2, 2024
1 parent 5532b0b commit 2dba069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/blockifier/src/execution/contract_class.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ impl RunnableCompiledClass {
Self::V0(class) => class.estimate_casm_hash_computation_resources(),
Self::V1(class) => class.estimate_casm_hash_computation_resources(),
#[cfg(feature = "cairo_native")]
Self::V1Native(class) => {
ExecutionResources::default()
Self::V1Native(_) => {
todo!("Use casm to estimate casm hash computation resources")
}
}
}
Expand Down

0 comments on commit 2dba069

Please sign in to comment.