Add incinerator sysvar (#9815) (#9836)

(cherry picked from commit 8dfe0affd4)
This commit is contained in:
Michael Vines
2020-05-01 09:02:59 -07:00
committed by GitHub
parent 3aa52f95a2
commit 8079359420
6 changed files with 62 additions and 9 deletions

View File

@@ -10,6 +10,7 @@ pub mod entrypoint_native;
pub mod epoch_schedule;
pub mod fee_calculator;
pub mod hash;
pub mod incinerator;
pub mod inflation;
pub mod instruction;
pub mod loader_instruction;