Skip to content

Commit 4b68fce

Browse files
authored
Merge pull request #367 from yyforyongyu/increase-250
cmd: increase max miner fee multiplier
2 parents 8c3206c + d8f45b6 commit 4b68fce

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)