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:
committed by
Trent Nelson
parent
1f322b8a9c
commit
02157f4753
@ -207,9 +207,11 @@ solana config set --keypair ~/validator-keypair.json
|
|||||||
You should see the following output:
|
You should see the following output:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
Wallet Config Updated: /home/solana/.config/solana/wallet/config.yml
|
Config File: /home/solana/.config/solana/cli/config.yml
|
||||||
* url: http://api.devnet.solana.com
|
RPC URL: http://api.devnet.solana.com
|
||||||
* keypair: /home/solana/validator-keypair.json
|
WebSocket URL: ws://api.devnet.solana.com/ (computed)
|
||||||
|
Keypair Path: /home/solana/validator-keypair.json
|
||||||
|
Commitment: confirmed
|
||||||
```
|
```
|
||||||
|
|
||||||
## Airdrop & Check Validator Balance
|
## Airdrop & Check Validator Balance
|
||||||
|
Reference in New Issue
Block a user