diff --git a/ledger/src/blockstore_processor.rs b/ledger/src/blockstore_processor.rs index acc050e48c6403..04d4e6f9fcb0a9 100644 --- a/ledger/src/blockstore_processor.rs +++ b/ledger/src/blockstore_processor.rs @@ -754,7 +754,7 @@ fn queue_batches_with_lock_retry( // Retry the lock let lock_results = bank.try_lock_accounts(&transactions); match first_err(&lock_results) { - Ok(_) => { + Ok(()) => { batches.push(LockedTransactionsWithIndexes { lock_results, transactions,