In order to test staking rewards, we need clusters of validators with less than 100% commission.
Add commission cli arg; the default value is 100, which is the same default that solana-genesis and solana create-vote-account use if no --vote-commission-percentage or --commission argument is present (respectively).
The same commission value applies to the vote accounts of all nodes in the cluster.
In order to test staking rewards, we need clusters of validators with less than 100% commission.
Add commission cli arg; the default value is
100
, which is the same default thatsolana-genesis
andsolana create-vote-account
use if no--vote-commission-percentage
or--commission
argument is present (respectively). The same commission value applies to the vote accounts of all nodes in the cluster.