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 8c3206c commit d8f45b6Copy full SHA for d8f45b6
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