Skip to content

Commit

Permalink
fix: update address to domain for mailbox destination (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbayindirli committed Jul 5, 2024
1 parent a46b1ab commit 6ebc99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/messaging/messaging-interface.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The Mailbox prepends message bodies with a header containing the following field
- `nonce`: A unique identifier for each message sent from a given Mailbox
- `origin`: The domain of the origin chain
- `sender`: The address of the sender on the origin chain
- `destination`: The address of the destination chain
- `destination`: The domain of the destination chain
- `recipient`: The address of the recipient on the destination chain

See the [`Message` library](../libraries/message.mdx) for more information on the message encoding.
Expand Down

0 comments on commit 6ebc99d

Please sign in to comment.