Skip to content

Commit 470b203

Browse files
committed
loop: increase max swap routing fee
1 parent 9d5c264 commit 470b203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/api/loop.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class LoopApi extends BaseApi<LoopEvents> {
9999
req.setMaxSwapFee(+quote.swapFee);
100100
req.setMaxMinerFee(+quote.minerFee);
101101
req.setMaxPrepayAmt(+quote.prepayAmount);
102-
req.setMaxSwapRoutingFee(this._calcRoutingFee(+quote.swapFee));
102+
req.setMaxSwapRoutingFee(this._calcRoutingFee(+amount));
103103
req.setMaxPrepayRoutingFee(this._calcRoutingFee(+quote.prepayAmount));
104104
req.setOutgoingChanSetList(chanIds);
105105
req.setSwapPublicationDeadline(deadline);

0 commit comments

Comments
 (0)