chore: increase lowbalance margin
This commit is contained in:
parent
89d1d8c1a1
commit
a349c36326
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ function plugins (settings, deviceId) {
|
||||||
|
|
||||||
const rate = rawRate.div(cashInCommission)
|
const rate = rawRate.div(cashInCommission)
|
||||||
|
|
||||||
const lowBalanceMargin = new BN(1.03)
|
const lowBalanceMargin = new BN(1.05)
|
||||||
|
|
||||||
const cryptoRec = coinUtils.getCryptoCurrency(cryptoCode)
|
const cryptoRec = coinUtils.getCryptoCurrency(cryptoCode)
|
||||||
const unitScale = cryptoRec.unitScale
|
const unitScale = cryptoRec.unitScale
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue