Update validator-stake.md

This commit is contained in:
Tyera Eulberg 2019-08-10 01:50:03 -06:00 committed by GitHub
parent 958c345f0c
commit 2da7601084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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