You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`${this.exchangeService.name}: not enough balance for ${asset} (balance: ${balance}, min. requested: ${order.minAmount}, max. requested: ${order.maxAmount})`,
69
+
`${this.exchangeService.name}: not enough balance for ${asset} (balance: ${balance}, fee: ${withdrawalFee}, min. requested: ${order.minAmount}, max. requested: ${order.maxAmount})`,
66
70
);
67
71
68
72
constamountSats=LightningHelper.btcToSat(amount);
@@ -78,8 +82,14 @@ export class BinanceAdapter extends CcxtExchangeAdapter {
78
82
order.inputAsset=asset;
79
83
order.outputAsset=asset;
80
84
81
-
// Send only the invoice amount — Binance deducts the fee from the balance separately
0 commit comments