diff --git a/core/src/banking_stage/consumer.rs b/core/src/banking_stage/consumer.rs index b073afc829..fd9804d48d 100644 --- a/core/src/banking_stage/consumer.rs +++ b/core/src/banking_stage/consumer.rs @@ -430,8 +430,8 @@ impl Consumer { } = execute_and_commit_transactions_output; // once feature `apply_cost_tracker_during_replay` is activated, leader shall no longer - // adjust block with executed cost (a behavior more inline with bankless leader), instead - // will be exclusively using requested `compute_unit_limit` in cost tracking. + // adjust block with executed cost (a behavior more inline with bankless leader), it + // should use requested, or default `compute_unit_limit` as transaction's execution cost. if !bank .feature_set .is_active(&feature_set::apply_cost_tracker_during_replay::id())