fix notify bug
This commit is contained in:
parent
f17cfdfaa9
commit
78d819eb78
2 changed files with 2 additions and 5 deletions
|
|
@ -503,7 +503,7 @@ function pollBalance (cryptoCode, cb) {
|
|||
|
||||
walletPlugin.balance(function (err, balance) {
|
||||
if (err) {
|
||||
logger.error(err)
|
||||
logger.error('[%s] Error loading balance: %s', cryptoCode, err.message)
|
||||
return cb && cb(err)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue