Bug Description
In the following commands, baker is still visible. Read the first line as the command which is being sent and the lower lines are the output after transaction gets processed/sent/finalized.
validator add --delegation-baking-commission 0.3
Baking reward commission from delegators will be 0.3.
validator update-restake True|False
Rewards will be automatically added to the baking stake.
Rewards will _not_ be automatically added to the baking stake.
validator configure --delegation-baking-commission 0
Transaction rejected: baking reward commission was not within the allowed range.
Warning: Baking reward commission was not within the allowed range.
validator configure --help
[--delegation-baking-commission DECIMAL-FRACTION]
--delegation-baking-commission DECIMAL-FRACTION Fraction the validator takes in commission from delegators on baking rewards.
validator configure --restake
Rewards will be automatically added to the baking stake.
validator configure --no-restake
Rewards will _not_ be automatically added to the baking stake.
Bug Description In the following commands, baker is still visible. Read the first line as the command which is being sent and the lower lines are the output after transaction gets processed/sent/finalized.
Versions