Rent tangential stuff (#5910)

* rename rent.rs to rent_calculator.rs

* add rent sysvar

* integrate rent_calculator with bank

* rent_calculator integration with genesis

* add test for rent sysvar
This commit is contained in:
Parth
2019-09-17 17:12:55 +05:30
committed by GitHub
parent b31d334ef4
commit d63518a835
11 changed files with 157 additions and 30 deletions

View File

@@ -4,6 +4,7 @@ use crate::pubkey::Pubkey;
pub mod clock;
pub mod fees;
pub mod rent;
pub mod rewards;
pub mod slot_hashes;
pub mod stake_history;