fixed cashOut rates bug

This commit is contained in:
Josh Harvey 2017-06-08 13:11:36 +03:00
parent 93983c9645
commit 87fdb355b2
6 changed files with 733 additions and 5090 deletions

View file

@ -10,7 +10,7 @@ const machineLoader = require('../machine-loader')
const CONSIDERED_UP_SECS = 30
function checkWasConfigured () {
settingsLoader.loadLatest()
return settingsLoader.loadLatest()
.then(() => true)
.catch(() => false)
}