Add vote-update-validator subcommand

(cherry picked from commit f7a87d5e52)
This commit is contained in:
Michael Vines
2019-12-12 16:04:03 -07:00
parent 7df72d36c4
commit d6169f92c1
3 changed files with 172 additions and 18 deletions

View File

@@ -63,7 +63,7 @@ pub enum VoteInstruction {
/// Withdraw some amount of funds
Withdraw(u64),
/// Update the vote account's node id
/// Update the vote account's validator identity (node id)
UpdateNode(Pubkey),
}