Update keypair configuration output

While going through the tutorial to start a validator I noticed that the output I received from running...

```
solana config set --keypair ~/validator-keypair.json
```

...different from the output I was seeing. Wondering whether the docs are out of date I thought I'd propose an update to the docs just in case.
This commit is contained in:
Chris Bellew 2021-05-17 19:38:44 +08:00 committed by Trent Nelson
parent 1f322b8a9c
commit 02157f4753
1 changed files with 5 additions and 3 deletions

View File

@ -207,9 +207,11 @@ solana config set --keypair ~/validator-keypair.json
You should see the following output:
```text
Wallet Config Updated: /home/solana/.config/solana/wallet/config.yml
* url: http://api.devnet.solana.com
* keypair: /home/solana/validator-keypair.json
Config File: /home/solana/.config/solana/cli/config.yml
RPC URL: http://api.devnet.solana.com
WebSocket URL: ws://api.devnet.solana.com/ (computed)
Keypair Path: /home/solana/validator-keypair.json
Commitment: confirmed
```
## Airdrop & Check Validator Balance