Determine vote_state ahead of time (#8303)

automerge
This commit is contained in:
carllin
2020-02-24 19:27:04 -08:00
committed by GitHub
parent b18e4057bb
commit 39282be486
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