Fix test failure
This commit is contained in:
@@ -746,7 +746,8 @@ mod tests {
|
||||
|
||||
// Close the validator so that rocksdb has locks available
|
||||
validator_exit();
|
||||
let (bank_forks, bank_forks_info, _, _) = new_banks_from_blocktree(&validator_ledger_path, None);
|
||||
let (bank_forks, bank_forks_info, _, _) =
|
||||
new_banks_from_blocktree(&validator_ledger_path, None);
|
||||
let bank = bank_forks.working_bank();
|
||||
let entry_height = bank_forks_info[0].entry_height;
|
||||
|
||||
|
Reference in New Issue
Block a user