Add expired status to cash-out txs
This commit is contained in:
parent
919848aecd
commit
9ca3e88495
7 changed files with 75 additions and 37 deletions
|
|
@ -6,7 +6,7 @@ const BN = require('../bn')
|
|||
|
||||
const REDEEMABLE_AGE = T.day
|
||||
|
||||
module.exports = {redeemableTxs, toObj, toDb}
|
||||
module.exports = { redeemableTxs, toObj, toDb, REDEEMABLE_AGE }
|
||||
|
||||
const mapValuesWithKey = _.mapValues.convert({cap: false})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue