diff --git a/ledger/src/blockstore_processor.rs b/ledger/src/blockstore_processor.rs index 0ec91c3ef..d5fa3725f 100644 --- a/ledger/src/blockstore_processor.rs +++ b/ledger/src/blockstore_processor.rs @@ -355,7 +355,7 @@ fn execute_batches( } else { execute_batches_internal( bank, - &batches, + batches, entry_callback, transaction_status_sender, replay_vote_sender,