add validator rewards pools (#4742)
* add validator rewards pools * populate rewards syscall
This commit is contained in:
@@ -23,6 +23,7 @@ pub enum StakeState {
|
||||
/// the number of lamports each point is worth
|
||||
point_value: f64,
|
||||
},
|
||||
RewardsPool,
|
||||
}
|
||||
|
||||
impl Default for StakeState {
|
||||
|
Reference in New Issue
Block a user