Variable NodeConfig.relay_tx_min_fee

The minimum amount of fee a transaction has to have to be relayed. The fee is adjusted by the transaction size: adjusted fee = fee / transaction size in bytes.

struct NodeConfig
{
  // ...
  Amount relay_tx_min_fee ;
  // ...
}