add more db fields for fixed fee
This commit is contained in:
parent
8ecc8ce510
commit
8cdad0bc15
10 changed files with 74 additions and 65 deletions
|
|
@ -63,18 +63,14 @@ function poll (req, res, next) {
|
|||
twoWayMode: config.cashOutEnabled,
|
||||
zeroConfLimit: config.zeroConfLimit,
|
||||
fiatTxLimit: config.cashOutTransactionLimit,
|
||||
reboot,
|
||||
rates: results.rates,
|
||||
balances: results.balances,
|
||||
coins: config.cryptoCurrencies,
|
||||
configVersion: results.currentConfigVersion
|
||||
reboot
|
||||
}
|
||||
|
||||
if (response.idVerificationEnabled) {
|
||||
response.idVerificationLimit = config.idVerificationLimit
|
||||
}
|
||||
|
||||
return res.json(response)
|
||||
return res.json(_.assign(response, results))
|
||||
})
|
||||
.catch(next)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue