This commit is contained in:
Michael Vines 2022-03-03 16:12:47 +01:00
parent 0d33b54d74
commit 36ad59673c
1 changed files with 2 additions and 2 deletions

View File

@ -714,7 +714,7 @@ fn do_process_blockstore_from_root(
start_slot,
&start_slot_meta,
blockstore,
&mut leader_schedule_cache,
&leader_schedule_cache,
opts,
recyclers,
transaction_status_sender,
@ -1156,7 +1156,7 @@ fn load_frozen_forks(
start_slot: Slot,
start_slot_meta: &SlotMeta,
blockstore: &Blockstore,
leader_schedule_cache: &mut LeaderScheduleCache,
leader_schedule_cache: &LeaderScheduleCache,
opts: &ProcessOptions,
recyclers: &VerifyRecyclers,
transaction_status_sender: Option<&TransactionStatusSender>,