Variable NodeLedger.sig_missing_heights

Keep track of missing signatures since last paid out block in a set

class NodeLedger
{
  // ...
  Set!(ulong) sig_missing_heights ;
  // ...
}

We clear the missing heights from the Set if those heights have already been included in a payout block.