Skip to content

Commit

Permalink
Fixup clippy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
carllin committed Jul 1, 2022
1 parent d8552c5 commit bcf9abd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion ledger/src/blockstore_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ pub fn process_entries_for_tests(
};

let mut entry_starting_index: usize = bank.transaction_count().try_into().unwrap();
let mut end_to_end_execute_timings = ThreadExecuteTimings::default();
let mut confirmation_timing = ConfirmationTiming::default();
let mut replay_entries: Vec<_> =
entry::verify_transactions(entries, Arc::new(verify_transaction))?
Expand Down
1 change: 1 addition & 0 deletions programs/bpf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bcf9abd

Please sign in to comment.