Skip to content

Commit

Permalink
chore(blockifier): add log for cairo native execution
Browse files Browse the repository at this point in the history
  • Loading branch information
avivg-starkware committed Dec 22, 2024
1 parent 8a90915 commit 4c4c2e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/blockifier/src/execution/execution_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ pub fn execute_entry_point_call(
context,
)
} else {
log::info!("Using Cairo Native execution.");
native_entry_point_execution::execute_entry_point_call(
call,
compiled_class,
Expand Down

0 comments on commit 4c4c2e9

Please sign in to comment.