Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Sep 8, 2024
1 parent 42184d6 commit 84f0a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/pages/users/ibc/shielded-ibc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 84f0a55

Please sign in to comment.