We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5c264 commit 470b203Copy full SHA for 470b203
app/src/api/loop.ts
@@ -99,7 +99,7 @@ class LoopApi extends BaseApi<LoopEvents> {
99
req.setMaxSwapFee(+quote.swapFee);
100
req.setMaxMinerFee(+quote.minerFee);
101
req.setMaxPrepayAmt(+quote.prepayAmount);
102
- req.setMaxSwapRoutingFee(this._calcRoutingFee(+quote.swapFee));
+ req.setMaxSwapRoutingFee(this._calcRoutingFee(+amount));
103
req.setMaxPrepayRoutingFee(this._calcRoutingFee(+quote.prepayAmount));
104
req.setOutgoingChanSetList(chanIds);
105
req.setSwapPublicationDeadline(deadline);
0 commit comments