Variable ChannelUpdate.update_idx

The linearly increasing update index of this update. Only channel updates with a greater update index will be accepted by a node.

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