Determine vote_state ahead of time (#8303) (#8521)

automerge
This commit is contained in:
mergify[bot]
2020-02-27 18:32:27 -08:00
committed by GitHub
parent 7b23e79922
commit 2c3632a042
8 changed files with 594 additions and 55 deletions

View File

@@ -457,7 +457,7 @@ pub fn process_show_vote_account(
build_balance_message(vote_account.lamports, use_lamports_unit, true)
);
println!("Validator Identity: {}", vote_state.node_pubkey);
println!("Authorized Voter: {}", vote_state.authorized_voter);
println!("Authorized Voter: {:?}", vote_state.authorized_voters());
println!(
"Authorized Withdrawer: {}",
vote_state.authorized_withdrawer