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