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 ```