Skip to content

Commit

Permalink
Fix wallet derive command
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex authored Feb 1, 2024
1 parent 0e462a4 commit bc35096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/pages/users/transparent-accounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Loss of any of them would inevitably lead to impossible account recovery.

To recover the keypair from your mnemonic code and passphrase use
```shell copy
namada wallet key derive --alias keysha --hd-path default
namada wallet derive --alias keysha --hd-path default
```

This will ask you to then enter a passphrase (unless you add the `--unsafe-dont-encrypt` flag),
Expand Down Expand Up @@ -103,4 +103,4 @@ namada wallet derive --alias keysha --hd-path default

```shell copy
namada wallet list --addr
```
```

0 comments on commit bc35096

Please sign in to comment.