Merge branch 'master' of github.com:wealdtech/ethdo

This commit is contained in:
Jim McDonald
2020-04-25 17:18:21 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ ethdo wallet create --wallet=Validators
If you prefer to have a hierarchical deterministic wallet, where keys are generated from a seed, issue the command:
```sh
ethdo wallet create --wallet=Validators --type=hd --walletpassphrase=walletsecret`
ethdo wallet create --wallet=Validators --type=hd --walletpassphrase=walletsecret
```
This creates a wallet called "Validators" in the default wallet directory (see https://github.com/wealdtech/ethdo/#wallets-and-accounts for details) which contains the newly generated seed data.

View File

@@ -8,7 +8,7 @@ Note that the below provides a list of commands rather than a howto guide. Plea
#### `accounts`
`ethdo wallet accouts` lists the accounts within a wallet.
`ethdo wallet accounts` lists the accounts within a wallet.
```sh
$ ethdo wallet accounts --wallet="Personal wallet"