Support Strike for Lightning Network
This commit is contained in:
parent
8d4a36865b
commit
3f9c139f83
11 changed files with 175 additions and 11 deletions
|
|
@ -40,15 +40,11 @@ function updateAndLoadSanctions () {
|
|||
.then(() => logger.info('Sanctions database updated.'))
|
||||
}
|
||||
|
||||
const pp = require('./pp')
|
||||
function updateCoinAtmRadar () {
|
||||
const config = settings().config
|
||||
|
||||
return pi().getRates()
|
||||
.then(rates => {
|
||||
pp('DEBUG200')(rates)
|
||||
return coinAtmRadar.update({rates, config})
|
||||
})
|
||||
.then(rates => coinAtmRadar.update({rates, config}))
|
||||
}
|
||||
|
||||
function start (__settings) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue