Skip to content

Commit

Permalink
Ok(())
Browse files Browse the repository at this point in the history
  • Loading branch information
apfitzge committed Oct 3, 2024
1 parent 65744ad commit fc21eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/src/blockstore_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fc21eb9

Please sign in to comment.