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

@@ -1,3 +1,4 @@
pub mod rewards_pools;
pub mod stake_instruction;
pub mod stake_state;