Skip to content

Commit d8f45b6

Browse files
committed
cmd: increase max miner fee multiplier
1 parent 8c3206c commit d8f45b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/loop/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ func getOutLimits(amt btcutil.Amount,
260260

261261
// Apply a multiplier to the estimated miner fee, to not get
262262
// the swap canceled because fees increased in the mean time.
263-
maxMinerFee: btcutil.Amount(quote.HtlcSweepFeeSat) * 100,
263+
maxMinerFee: btcutil.Amount(quote.HtlcSweepFeeSat) * 250,
264264

265265
maxSwapFee: btcutil.Amount(quote.SwapFeeSat),
266266
maxPrepayAmt: maxPrepayAmt,

0 commit comments

Comments
 (0)