removed extraneous backtick

This commit is contained in:
superphiz
2020-04-24 20:42:47 -05:00
committed by GitHub
parent 9ca4406a80
commit 69867ba21c

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 your current directory which contains the newly generated seed data.