Skip to content

Commit

Permalink
Merge pull request #248 from giansalex/patch-1
Browse files Browse the repository at this point in the history
Update restore keypair command
  • Loading branch information
bengtlofgren authored Feb 1, 2024
2 parents 173c9f8 + bc35096 commit ddbd3ff
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 ddbd3ff

Please sign in to comment.