Skip to content

Commit 3e8b6aa

Browse files
authored
Merge pull request #168 from lightninglabs/increase-fee-maximum
cmd/loop: bump rate maximum
2 parents e5c5d49 + 933f1b8 commit 3e8b6aa

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
@@ -134,7 +134,7 @@ func getLimits(amt btcutil.Amount, quote *looprpc.QuoteResponse) *limits {
134134

135135
// Apply a multiplier to the estimated miner fee, to not get
136136
// the swap canceled because fees increased in the mean time.
137-
maxMinerFee: btcutil.Amount(quote.MinerFee) * 3,
137+
maxMinerFee: btcutil.Amount(quote.MinerFee) * 100,
138138

139139
maxSwapFee: btcutil.Amount(quote.SwapFee),
140140
maxPrepayAmt: &maxPrepayAmt,

0 commit comments

Comments
 (0)