Fix review comments

This commit is contained in:
Sathish Ambley
2019-02-25 21:22:00 -08:00
committed by sakridge
parent cc68ecdacf
commit 4149f7fd1c
9 changed files with 74 additions and 58 deletions

View File

@@ -911,7 +911,7 @@ fn test_leader_to_validator_transition() {
leader_exit();
info!("Check the ledger to make sure it's the right height...");
let bank_forks = new_banks_from_blocktree(&leader_ledger_path, "").0;
let bank_forks = new_banks_from_blocktree(&leader_ledger_path, None).0;
let _bank = bank_forks.working_bank();
remove_dir_all(leader_ledger_path).unwrap();