remove config loading on poll

This commit is contained in:
Josh Harvey 2016-05-10 02:03:38 +03:00
parent 653b55dc1a
commit adc1a4f353
5 changed files with 22 additions and 30 deletions

View file

@ -555,6 +555,7 @@ function stopTrader (cryptoCode) {
}
function pollBalance (cryptoCode, cb) {
console.trace('pollBalance')
logger.debug('[%s] collecting balance', cryptoCode)
var walletPlugin = walletPlugins[cryptoCode]