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