pull down to refresh
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') }
crap
sanity check lol
Stacker News has gone insane!
// insanity check
Are you gonna raise the TOTAL_UPPER_BOUND_MSATS temporarily?
TOTAL_UPPER_BOUND_MSATS
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') }