Skip to content

Commit

Permalink
refacctor(exec-manager): log executing message hash
Browse files Browse the repository at this point in the history
  • Loading branch information
SmaGMan committed Jun 14, 2024
1 parent 3d9044a commit 76dafeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collator/src/collator/execution_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ fn execute_ordinary_transaction(
tracing::trace!(
target: tracing_targets::EXEC_MANAGER,
account_addr = %account_stuff.account_addr,
message_hash = %in_message.cell.repr_hash(),
message_kind = ?in_message.kind(),
"executing ordinary message",
);
Expand Down

0 comments on commit 76dafeb

Please sign in to comment.