Persistent account storage across directories

This commit is contained in:
Sathish Ambley
2018-12-24 16:11:20 -08:00
committed by sakridge
parent 130563cd4c
commit c276375a0e
6 changed files with 700 additions and 198 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, "").0;
let _bank = bank_forks.working_bank();
remove_dir_all(leader_ledger_path).unwrap();