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.
2 parents 8c3206c + d8f45b6 commit 4b68fceCopy full SHA for 4b68fce
cmd/loop/main.go
@@ -260,7 +260,7 @@ func getOutLimits(amt btcutil.Amount,
260
261
// Apply a multiplier to the estimated miner fee, to not get
262
// the swap canceled because fees increased in the mean time.
263
- maxMinerFee: btcutil.Amount(quote.HtlcSweepFeeSat) * 100,
+ maxMinerFee: btcutil.Amount(quote.HtlcSweepFeeSat) * 250,
264
265
maxSwapFee: btcutil.Amount(quote.SwapFeeSat),
266
maxPrepayAmt: maxPrepayAmt,
0 commit comments