add validator rewards pools (#4742)

* add validator rewards pools

* populate rewards syscall
This commit is contained in:
Rob Walker
2019-06-20 12:22:29 -07:00
committed by GitHub
parent 6854c64a09
commit 1f0f947ed2
8 changed files with 138 additions and 62 deletions

View File

@@ -23,6 +23,7 @@ pub enum StakeState {
/// the number of lamports each point is worth
point_value: f64,
},
RewardsPool,
}
impl Default for StakeState {