Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Jun 26, 2023
1 parent edea546 commit 79ac60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/banking_stage/consumer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ impl Consumer {

// The transaction scheduler may allocate costs for transactions that don't get executed
// due to AccountInUse, InsufficientFunds, and other errors. Those costs should be removed
// to ensure tracking of blockspace.
// to ensure accurate tracking of compute units.
QosService::remove_costs(
transaction_qos_cost_results.iter(),
commit_transactions_result.as_ref().ok(),
Expand Down

0 comments on commit 79ac60c

Please sign in to comment.