add debug to VoteReward (#31782)
This commit is contained in:
parent
4c4f7905b1
commit
ae12079139
|
@ -1093,6 +1093,7 @@ struct LoadVoteAndStakeAccountsResult {
|
|||
vote_accounts_cache_miss_count: usize,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
struct VoteReward {
|
||||
vote_account: AccountSharedData,
|
||||
commission: u8,
|
||||
|
|
Loading…
Reference in New Issue