CLI: Fix explicitly plumb withdraw_authority through vote-update-validator

This commit is contained in:
Trent Nelson
2020-07-13 21:49:59 -06:00
committed by Trent Nelson
parent 3392ecc310
commit 2284699889
3 changed files with 12 additions and 2 deletions

View File

@@ -125,6 +125,7 @@ fn test_vote_authorize_and_withdraw() {
config.command = CliCommand::VoteUpdateValidator {
vote_account_pubkey,
new_identity_account: 2,
withdraw_authority: 1,
};
process_command(&config).unwrap();