Book: Prod the user to verify their new paper wallet (#8048)

This commit is contained in:
Trent Nelson
2020-01-30 17:20:04 -07:00
committed by GitHub
parent 775fa0c968
commit 1671ece9df

View File

@ -30,6 +30,10 @@ command will generate a random seed phrase, ask you to enter an optional
passphrase, and then will display the derived public key and the generated seed
phrase for your paper wallet.
After copying down your seed phrase, you can use the
[public key derivation](#public-key-derivation) instructions to verify that you
have not made any errors.
```bash
solana-keygen new --no-outfile
```