From 63d9c433717c7a782bf6dc5c4896ddc696ec2dcc Mon Sep 17 00:00:00 2001 From: bengtlofgren Date: Thu, 22 Feb 2024 12:50:49 +0000 Subject: [PATCH] --node changes --- packages/docs/pages/users/ibc.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/pages/users/ibc.mdx b/packages/docs/pages/users/ibc.mdx index 864f911d..8b4da35c 100644 --- a/packages/docs/pages/users/ibc.mdx +++ b/packages/docs/pages/users/ibc.mdx @@ -52,7 +52,7 @@ namadac --base-dir ${BASE_DIR_A} --receiver atest1d9khqw36g56nqwpkgezrvvejg3p5xv2z8y6nydehxprygvp5g4znj3phxfpyv3pcgcunws2x0wwa76 \ --token nam \ --channel-id channel-0 \ - --node 127.0.0.1:27657 + --node http://127.0.0.1:27657 ``` Once the transaction has been submitted, a relayer will need to relay the packet to the other chain. This is done automatically by the relayer running Hermes. If the packet is never successfully relayed, the funds are returned to the sender after a timeout. See more information in the [specs](https://specs.namada.net/modules/ibc).