chore: increase lowbalance margin

This commit is contained in:
Sérgio Salgado 2021-06-21 18:44:21 +01:00 committed by Josh Harvey
parent 528f721bcd
commit e06ffd76af

View file

@ -320,7 +320,7 @@ function plugins (settings, deviceId) {
const rate = rawRate.div(cashInCommission) const rate = rawRate.div(cashInCommission)
const lowBalanceMargin = BN(1.03) const lowBalanceMargin = BN(1.05)
const cryptoRec = coinUtils.getCryptoCurrency(cryptoCode) const cryptoRec = coinUtils.getCryptoCurrency(cryptoCode)
const unitScale = cryptoRec.unitScale const unitScale = cryptoRec.unitScale