Pass a BlocktreeConfig into all ledger helper functions

This commit is contained in:
Michael Vines
2019-02-12 10:01:35 -08:00
parent c474cf1eef
commit 6632c7026d
9 changed files with 200 additions and 132 deletions

View File

@@ -487,7 +487,7 @@ pub fn new_fullnode(ledger_name: &'static str) -> (Fullnode, NodeInfo, Keypair,
0,
node_info.id,
42,
fullnode_config.leader_scheduler_config.ticks_per_slot,
&fullnode_config.ledger_config(),
);
let vote_account_keypair = Arc::new(Keypair::new());