add inflation to genesis (#4652)

* add inflation to genesis

* avoid having to write new()
This commit is contained in:
Rob Walker
2019-06-11 21:42:31 -07:00
committed by GitHub
parent 288a3bdcd9
commit 767efab941
5 changed files with 188 additions and 61 deletions

View File

@@ -5,6 +5,7 @@ pub mod client;
pub mod fee_calculator;
pub mod genesis_block;
pub mod hash;
pub mod inflation;
pub mod instruction;
pub mod instruction_processor_utils;
pub mod loader_instruction;