docs: Clarify when validator commission can be set (#32796)

docs: Clarify when commission can be set
This commit is contained in:
Jon Cinque 2023-09-14 11:29:42 +02:00 committed by GitHub
parent 4e2d67f19a
commit 30055b02b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -150,6 +150,11 @@ When setting the commission, only integer values in the set [0-100] are accepted
The integer represents the number of percentage points for the commission, so
creating an account with `--commission 10` will set a 10% commission.
Note that validators can only update their commission during the first half of
any epoch. This prevents validators from stealing delegator rewards by setting a
low commission, increasing it right before the end of the epoch, and then
changing it back after reward distribution.
## Key Rotation
Rotating the vote account authority keys requires special handling when dealing