From d8f45b645c0311bf93c024487e03b71308e1722b Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Thu, 8 Apr 2021 05:04:48 +0800 Subject: [PATCH] cmd: increase max miner fee multiplier --- cmd/loop/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/loop/main.go b/cmd/loop/main.go index 898e866..698aecb 100644 --- a/cmd/loop/main.go +++ b/cmd/loop/main.go @@ -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,