remove config loading on poll
This commit is contained in:
parent
653b55dc1a
commit
adc1a4f353
5 changed files with 22 additions and 30 deletions
|
|
@ -555,6 +555,7 @@ function stopTrader (cryptoCode) {
|
|||
}
|
||||
|
||||
function pollBalance (cryptoCode, cb) {
|
||||
console.trace('pollBalance')
|
||||
logger.debug('[%s] collecting balance', cryptoCode)
|
||||
|
||||
var walletPlugin = walletPlugins[cryptoCode]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue