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 89d1d8c1a1
commit a349c36326

View file

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