From 2da76010840c0478bc5b7876e9367ae967f71f20 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Sat, 10 Aug 2019 01:50:03 -0600 Subject: [PATCH] Update validator-stake.md --- book/src/validator-stake.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/validator-stake.md b/book/src/validator-stake.md index a320f6ac1c..3250a98316 100644 --- a/book/src/validator-stake.md +++ b/book/src/validator-stake.md @@ -1,10 +1,10 @@ ## Staking a Validator -When your validator starts, it will have no stake, which means it will +When your validator starts, it will have no stake, which means it will be ineligible to become leader. Adding stake can be accomplished by using the `solana-wallet` CLI -Fire create a stake account keypair with `solana-keygen`: +First create a stake account keypair with `solana-keygen`: ```bash $ solana-keygen new -o ~/validator-config/stake-keypair.json ```