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 returned in chain parameters #287

Closed mh-concordium closed 9 months ago

mh-concordium commented 10 months ago

Bug Description Use concordium-client to show chain parameters.

Steps to Reproduce Use concordium client to show chain parameters.

Expected Result I am proposing it to be the following:

# Parameters related to staking pools:
  + allowed range for block reward commission: [0.2, 0.8]

# Passive delegation parameters:
  + block reward commission: 0.2

# Parameters that affect rewards distribution:
  + mint distribution:
     * block reward: 0.6
  + GAS rewards:
     * producing a block: 0.25

Actual Result

# Parameters related to staking pools:
  + allowed range for baking commission: [0.2, 0.8]

# Passive delegation parameters:
  + baking commission: 0.2

# Parameters that affect rewards distribution:
  + mint distribution:
     * baking reward: 0.6
  + GAS rewards:
     * baking a block: 0.25

Versions