update comment for clarification (#31700)
This commit is contained in:
parent
3ac5bb2a60
commit
039991e780
|
@ -430,8 +430,8 @@ impl Consumer {
|
||||||
} = execute_and_commit_transactions_output;
|
} = execute_and_commit_transactions_output;
|
||||||
|
|
||||||
// once feature `apply_cost_tracker_during_replay` is activated, leader shall no longer
|
// 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
|
// adjust block with executed cost (a behavior more inline with bankless leader), it
|
||||||
// will be exclusively using requested `compute_unit_limit` in cost tracking.
|
// should use requested, or default `compute_unit_limit` as transaction's execution cost.
|
||||||
if !bank
|
if !bank
|
||||||
.feature_set
|
.feature_set
|
||||||
.is_active(&feature_set::apply_cost_tracker_during_replay::id())
|
.is_active(&feature_set::apply_cost_tracker_during_replay::id())
|
||||||
|
|
Loading…
Reference in New Issue