Concordium / concordium-client

A command line client to interact with the concordium-node
Apache License 2.0
8 stars 6 forks source link

Rename mention of baking part 2 #290

Closed mh-concordium closed 11 months ago

mh-concordium commented 11 months ago

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.

Versions