From 02157f47537abeb9c02e0b497cf14fa40d54e482 Mon Sep 17 00:00:00 2001 From: Chris Bellew Date: Mon, 17 May 2021 19:38:44 +0800 Subject: [PATCH] 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. --- docs/src/running-validator/validator-start.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/src/running-validator/validator-start.md b/docs/src/running-validator/validator-start.md index f001dbfcd3..989c509006 100644 --- a/docs/src/running-validator/validator-start.md +++ b/docs/src/running-validator/validator-start.md @@ -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