Skip to content

Commit

Permalink
fix: send value at outbound
Browse files Browse the repository at this point in the history
  • Loading branch information
ameeshaagrawal authored May 5, 2023
1 parent da5b38e commit a2d450a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Build/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ You can learn more about the other variables in [Configuring Plugs](./Getting-St

bytes memory payload = abi.encode("Hello World");

ISocket(socket).outbound(
ISocket(socket).outbound{value: msg.value}(
remoteChainSlug,
destGasLimit,
payload
Expand Down Expand Up @@ -211,4 +211,4 @@ That's it! You can now track the status of your message using the [Status Tracki
You've successfully sent your first message via SocketDL. Explore more in [Tutorials](./TutorialSection/Counter.md) and [Examples](./ExampleSection/examples.md).
:::
:::

0 comments on commit a2d450a

Please sign in to comment.