This commit is contained in:
Michael Vines
2021-04-18 10:27:36 -07:00
parent 3b79b21e9d
commit a911ae00ba
39 changed files with 113 additions and 144 deletions

View File

@@ -506,10 +506,10 @@ fn main() -> Result<(), Box<dyn error::Error>> {
let mut genesis_config = GenesisConfig {
native_instruction_processors,
ticks_per_slot,
epoch_schedule,
poh_config,
fee_rate_governor,
rent,
poh_config,
epoch_schedule,
cluster_type,
..GenesisConfig::default()
};