mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-15 12:50:28 +02:00
Merge pull request #367 from yyforyongyu/increase-250
cmd: increase max miner fee multiplier
This commit is contained in:
commit
4b68fce09a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue