Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/loop/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func getOutLimits(amt btcutil.Amount,

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

maxSwapFee: btcutil.Amount(quote.SwapFeeSat),
maxPrepayAmt: maxPrepayAmt,
Expand Down