remove obsoleted comment (#28960)

This commit is contained in:
Tao Zhu 2022-11-28 13:39:40 -06:00 committed by GitHub
parent 015784ad07
commit 9f370475d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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",