add debug to VoteReward (#31782)

This commit is contained in:
Jeff Washington (jwash) 2023-05-23 22:10:20 -05:00 committed by GitHub
parent 4c4f7905b1
commit ae12079139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1093,6 +1093,7 @@ struct LoadVoteAndStakeAccountsResult {
vote_accounts_cache_miss_count: usize,
}
#[derive(Debug)]
struct VoteReward {
vote_account: AccountSharedData,
commission: u8,