fixed cashOut rates bug
This commit is contained in:
parent
93983c9645
commit
87fdb355b2
6 changed files with 733 additions and 5090 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue