Skip to content

Commit

Permalink
Add Passphrase Flag to Mnemonic Recovery Cmd
Browse files Browse the repository at this point in the history
- Add `--passphrase` to `recover-from-mnemonic` command
  • Loading branch information
valyd8chain authored and Leo Chen committed Dec 2, 2021
1 parent d06268f commit 71dd586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/subcommands/values.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Check README for details on json file format.
./hmy --node=[NODE] blockchain transaction-receipt <SOME_TX_HASH>
%s
./hmy keys recover-from-mnemonic <ACCOUNT_NAME>
./hmy keys recover-from-mnemonic <ACCOUNT_NAME> --passphrase
%s
./hmy keys import-ks <PATH_TO_KEYSTORE_JSON>
Expand Down

0 comments on commit 71dd586

Please sign in to comment.