Skip to content

Commit

Permalink
Update core/src/banking_stage/qos_service.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tao Zhu <[email protected]>
  • Loading branch information
buffalu and tao-stones authored Jun 28, 2023
1 parent 188ae5c commit cc1c8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/banking_stage/qos_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ mod tests {
.collect();
let final_txs_cost = total_txs_cost + execute_units_adjustment * transaction_count;

// All transactions are committed, no costs should be modified
// All transactions are committed, no costs should be removed
QosService::remove_costs(qos_cost_results.iter(), Some(&commited_status), &bank);
assert_eq!(
total_txs_cost,
Expand Down

0 comments on commit cc1c8b4

Please sign in to comment.