Add BankForks to RepairService (#4223)

automerge
This commit is contained in:
carllin
2019-05-08 18:51:43 -07:00
committed by Grimes
parent 9cdffc7d64
commit bba94c43b9
2 changed files with 16 additions and 4 deletions

View File

@ -191,10 +191,10 @@ impl WindowService {
exit,
repair_socket,
cluster_info.clone(),
bank_forks.clone(),
repair_slot_range,
);
let exit = exit.clone();
let bank_forks = bank_forks.clone();
let leader_schedule_cache = leader_schedule_cache.clone();
let hash = *genesis_blockhash;
let t_window = Builder::new()