Support Strike for Lightning Network

This commit is contained in:
Josh Harvey 2018-05-26 14:09:47 +03:00
parent 8d4a36865b
commit 3f9c139f83
11 changed files with 175 additions and 11 deletions

View file

@ -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) {