2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-17 21:25:56 +00:00

cmd: increase max miner fee multiplier

This commit is contained in:
yyforyongyu 2021-04-08 05:04:48 +08:00
parent 8c3206c785
commit d8f45b645c
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -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,