From d83027c0cd2ee6c8037c1399c354a5a886458c40 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 12 Oct 2020 21:04:38 -0700 Subject: [PATCH] Update docs/src/running-validator/vote-accounts.md Co-authored-by: Trent Nelson --- docs/src/running-validator/vote-accounts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/running-validator/vote-accounts.md b/docs/src/running-validator/vote-accounts.md index 65a024d694..10ed890c8a 100644 --- a/docs/src/running-validator/vote-accounts.md +++ b/docs/src/running-validator/vote-accounts.md @@ -180,9 +180,9 @@ migration. authority keypairs, so that it can smoothly transition at the next epoch. Add the two arguments on restart: `--authorized-voter ~/validator-keypair.json --authorized-voter ~/new-vote-authority.json` -6. After the cluster reaches the next epoch, restart `solana-validator` again - after remove the `--authorized-voter ~/validator-keypair.json` argument, as - the old vote authority keypair is no longer required. +6. After the cluster reaches the next epoch, remove the + `--authorized-voter ~/validator-keypair.json` argument and restart + `solana-validator`, as the old vote authority keypair is no longer required. ### Vote Account Authorized Withdrawer