Take machineid into account for coinatmradar rates (#301)
* Take machineid into account for coinatmradar rates * Remove test leftovers
This commit is contained in:
parent
98cc3b18b7
commit
1a53ce5fa1
4 changed files with 21 additions and 14 deletions
|
|
@ -61,7 +61,7 @@ function updateAndLoadSanctions () {
|
|||
function updateCoinAtmRadar () {
|
||||
const config = settings().config
|
||||
|
||||
return pi().getRates()
|
||||
return pi().getRawRates()
|
||||
.then(rates => coinAtmRadar.update({ rates, config }))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue