File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -115,10 +115,12 @@ type SubnetOnlyValidator struct {
115
115
// the weight is being set to 0, which removes the validator from the set.
116
116
MinNonce uint64 `serialize:"true"`
117
117
118
- // EndAccumulatedFee is the amount of globally accumulated fees that can
119
- // accrue before this validator must be deactivated. It is equal to the
120
- // amount of fees this validator is willing to pay plus the amount of
121
- // globally accumulated fees when this validator started validating.
118
+ // EndAccumulatedFee is the amount of accumulated fees per validator that
119
+ // can accrue before this validator must be deactivated. It is equal to the
120
+ // amount of fees this validator is willing to pay plus the total amount of
121
+ // fees a validator would have needed to pay from the activation of the Etna
122
+ // upgrade until this validator was registered. Note that this relies on the
123
+ // fact that every validator is charged the same fee for each unit of time.
122
124
//
123
125
// If this value is 0, the validator is inactive.
124
126
EndAccumulatedFee uint64 `serialize:"true"`
You can’t perform that action at this time.
0 commit comments