Skip to content

Commit

Permalink
remove obsoleted comment (#28960)
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-stones committed Nov 28, 2022
1 parent 015784a commit 9f37047
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/banking_stage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -709,8 +709,6 @@ impl BankingStage {
let reached_end_of_slot;
let num_packets_to_process = unprocessed_transaction_storage.len();

// TODO: Right now we iterate through buffer and try the highest weighted transaction once
// but we should retry the highest weighted transactions more often.
let (bank_start, poh_recorder_lock_time) = measure!(
poh_recorder.read().unwrap().bank_start(),
"poh_recorder.read",
Expand Down

0 comments on commit 9f37047

Please sign in to comment.