Skip to content

Commit

Permalink
prioritization_fee_cache: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
apfitzge committed Feb 5, 2024
1 parent ff44269 commit 38ecc8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/src/prioritization_fee_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ impl PrioritizationFeeCache {
}
}

/// Update with a list of non-vote transactions' tx_compute_budget_details and tx_account_locks; Only
/// transactions have both valid priority_detail and account_locks will be used to update
/// Update with a list of non-vote transactions' compute_budget_details and account_locks; Only
/// transactions have both valid compute_budget_details and account_locks will be used to update
/// fee_cache asynchronously.
pub fn update<'a>(&self, bank: &Bank, txs: impl Iterator<Item = &'a SanitizedTransaction>) {
let (_, send_updates_time) = measure!(
Expand Down

0 comments on commit 38ecc8b

Please sign in to comment.