You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validators are not allowed to increase the commission more than once per month. That means, if they increase their commission at some point, then they can not increase again for next 28 days.
On the other hand, if a validator has never increased their commission but has only decreased it (recall the initial commission value is 100%), then they should be able to increase it at any time by at most 5%.
Actual behavior
Even if a validator decreases the commission, Lisk Desktop app does not allow them to increase it afterwards.
Example: In devnet, validator "genesis_23" decreased their commission twice, first from 100% to 15% and then from 15% to 12%, as shown in the screenshots below.
Then, the validator should be allowed to increase their commission up to 17%. Instead, Lisk Desktop does not allow them to increase the commission as shown below.
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
The text was updated successfully, but these errors were encountered:
Expected behavior
Validators are not allowed to increase the commission more than once per month. That means, if they increase their commission at some point, then they can not increase again for next 28 days.
On the other hand, if a validator has never increased their commission but has only decreased it (recall the initial commission value is 100%), then they should be able to increase it at any time by at most 5%.
Actual behavior
Even if a validator decreases the commission, Lisk Desktop app does not allow them to increase it afterwards.
Example: In devnet, validator "genesis_23" decreased their commission twice, first from 100% to 15% and then from 15% to 12%, as shown in the screenshots below.
Then, the validator should be allowed to increase their commission up to 17%. Instead, Lisk Desktop does not allow them to increase the commission as shown below.
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
The text was updated successfully, but these errors were encountered: