Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions execution/src/canonical.rs
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,9 @@ pub(super) fn execute_canonical_transaction<
evm_changes.storage,
);

let tx_hash = input.tx_hash;
tracing::debug!("canonical_execution_result tx_hash={tx_hash} vm_outcome={vm_outcome:?}");

match vm_outcome {
Ok(_) => Ok(TransactionExecutionOutcome::new(
Ok(()),
Expand Down