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 2355384
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/blockifier/src/execution/execution_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ pub fn execute_entry_point_call(
context,
)
} else {
log::debug!(
"Using Cairo Native execution. Block ID: {}, Transaction Hash: {}",
context.tx_context.block_context.block_info.block_number,
context.tx_context.tx_info.transaction_hash()
);
native_entry_point_execution::execute_entry_point_call(
call,
compiled_class,
Expand Down

0 comments on commit 2355384

Please sign in to comment.