Skip to content

Commit

Permalink
Emit origin domain instead of local domain in Process event (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
nambrot authored Oct 16, 2024
1 parent 4f5656d commit 43551d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/core/mailbox/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ pub fn process(
Ok(Response::new().add_message(handle_msg).add_events(vec![
emit_process_id(id),
emit_process(
config.local_domain,
decoded_msg.origin_domain,
decoded_msg.sender,
decoded_msg.recipient,
),
Expand Down

0 comments on commit 43551d2

Please sign in to comment.