add expected_rent_collection (#24028)

* add expected_rent_collection

* update some comments for clarity and resolve a todo

* add test for 'LeaveAloneNoRent'
This commit is contained in:
Jeff Washington (jwash)
2022-04-12 11:32:23 -05:00
committed by GitHub
parent 8487030ea6
commit 2d4d639635
4 changed files with 974 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ pub mod cost_model;
pub mod cost_tracker;
pub mod epoch_stakes;
pub mod execute_cost_table;
mod expected_rent_collection;
pub mod genesis_utils;
pub mod hardened_unpack;
pub mod in_mem_accounts_index;