From 84f0a559c0cd15338e82b9e5c3f0cd8c9ac7792d Mon Sep 17 00:00:00 2001 From: Marco Granelli Date: Sun, 8 Sep 2024 14:00:40 +0200 Subject: [PATCH] Minor fix --- packages/docs/pages/users/ibc/shielded-ibc.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/pages/users/ibc/shielded-ibc.mdx b/packages/docs/pages/users/ibc/shielded-ibc.mdx index b85f4570..3beb7a2e 100644 --- a/packages/docs/pages/users/ibc/shielded-ibc.mdx +++ b/packages/docs/pages/users/ibc/shielded-ibc.mdx @@ -33,7 +33,7 @@ namadac ibc-gen-shielding \ $CHANNEL_ID ``` -This command will generate the shielding data in file in the provided directory and will output the path to this file, $SHIELDING_DATA_PATH. +This command will generate the shielding data in a file inside the provided directory and will output the path to this file, `$SHIELDING_DATA_PATH`. After that, IBC transfers to a shielded address work similarly to those for a [transparent address](./transparent-ibc.mdx), the only differences being that we provide the MASP internal address as the value instead of `$RECV_ADDRESS` and we add a `--memo` arg with the path to the file we have just generated: