Take machineid into account for coinatmradar rates (#301)

* Take machineid into account for coinatmradar rates

* Remove test leftovers
This commit is contained in:
Rafael Taranto 2019-08-06 20:37:46 +01:00 committed by Josh Harvey
parent 98cc3b18b7
commit 1a53ce5fa1
4 changed files with 21 additions and 14 deletions

View file

@ -61,7 +61,7 @@ function updateAndLoadSanctions () {
function updateCoinAtmRadar () {
const config = settings().config
return pi().getRates()
return pi().getRawRates()
.then(rates => coinAtmRadar.update({ rates, config }))
}