Variable ConsensusConfig.validator_tx_fee_cut

The share that Validators would get out of the transction fees (Out of 100) The rest would go to the Commons Budget

struct ConsensusConfig
{
  // ...
  ubyte validator_tx_fee_cut = cast(ubyte)70u;
  // ...
}