From 9e8c5e2d1eeb8f0cc2241d6bba07c3fadb471ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noah=20Bayindirli=20=F0=9F=A5=82?= Date: Thu, 20 Jun 2024 13:14:39 -0400 Subject: [PATCH] fix: update address to domain for mailbox destination --- docs/reference/messaging/messaging-interface.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/messaging/messaging-interface.mdx b/docs/reference/messaging/messaging-interface.mdx index 6cc6717e..ccb28ce1 100644 --- a/docs/reference/messaging/messaging-interface.mdx +++ b/docs/reference/messaging/messaging-interface.mdx @@ -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.