From e06ffd76af5367925cda8dffba48fbaae3040b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Salgado?= Date: Mon, 21 Jun 2021 18:44:21 +0100 Subject: [PATCH] chore: increase lowbalance margin --- lib/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins.js b/lib/plugins.js index b86f76b5..6406dda8 100644 --- a/lib/plugins.js +++ b/lib/plugins.js @@ -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