feat: reintroduce lowBalanceMargin

This commit is contained in:
Neal Conner 2020-03-25 14:19:58 -04:00 committed by Josh Harvey
parent 8b149031e3
commit cf616c1f16

View file

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