fix low balance notification
This commit is contained in:
parent
6ee2566588
commit
c531a4c3fd
2 changed files with 1 additions and 3 deletions
|
|
@ -13,8 +13,6 @@ function init (_db, _getBalances, config) {
|
|||
db = _db
|
||||
getBalances = _getBalances
|
||||
|
||||
console.log('DEBUG2')
|
||||
console.log(config)
|
||||
if (config && config.lowBalanceThreshold) {
|
||||
LOW_BALANCE_THRESHOLD = config.lowBalanceThreshold
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue