Variable ChannelUpdate.fixed_fee

Fixed fee that should be paid for each payment

struct ChannelUpdate
{
  // ...
  Amount fixed_fee ;
  // ...
}