Update docs/src/running-validator/vote-accounts.md

Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
This commit is contained in:
Michael Vines 2020-10-12 21:04:38 -07:00 committed by mergify[bot]
parent 253114ca20
commit d83027c0cd
1 changed files with 3 additions and 3 deletions

View File

@ -180,9 +180,9 @@ migration.
authority keypairs, so that it can smoothly transition at the next epoch. Add authority keypairs, so that it can smoothly transition at the next epoch. Add
the two arguments on restart: `--authorized-voter ~/validator-keypair.json the two arguments on restart: `--authorized-voter ~/validator-keypair.json
--authorized-voter ~/new-vote-authority.json` --authorized-voter ~/new-vote-authority.json`
6. After the cluster reaches the next epoch, restart `solana-validator` again 6. After the cluster reaches the next epoch, remove the
after remove the `--authorized-voter ~/validator-keypair.json` argument, as `--authorized-voter ~/validator-keypair.json` argument and restart
the old vote authority keypair is no longer required. `solana-validator`, as the old vote authority keypair is no longer required.
### Vote Account Authorized Withdrawer ### Vote Account Authorized Withdrawer