pull down to refresh

Today's the day!

const TOTAL_UPPER_BOUND_MSATS = 1_000_000_000

// sanity check
if (totalMsatsDecimal.greaterThan(TOTAL_UPPER_BOUND_MSATS)) {
      throw new Error('too many rewards to distribute')
}
77 sats \ 3 replies \ @k00b 9 Sep

crap

reply

sanity check lol

Stacker News has gone insane!

reply
138 sats \ 0 replies \ @k00b 9 Sep
// insanity check
reply

Are you gonna raise the TOTAL_UPPER_BOUND_MSATS temporarily?

reply