Variable ChannelUpdate.htlc_delta

the minimum number of blocks a node requires to be added to the expiry of HTLCs

struct ChannelUpdate
{
  // ...
  uint htlc_delta ;
  // ...
}