Add Passphrase Flag to Mnemonic Recovery Cmd

- Add `--passphrase` to `recover-from-mnemonic` command
pull/276/head v1.2.8
valyd8chain 3 years ago committed by Leo Chen
parent d06268fa82
commit 71dd5861ad
  1. 2
      cmd/subcommands/values.go

@ -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>

Loading…
Cancel
Save