Merge pull request #168 from lightninglabs/increase-fee-maximum

cmd/loop: bump rate maximum
pull/169/head
Alex Bosworth 4 years ago committed by GitHub
commit 3e8b6aad09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -134,7 +134,7 @@ func getLimits(amt btcutil.Amount, quote *looprpc.QuoteResponse) *limits {
// 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.MinerFee) * 3,
maxMinerFee: btcutil.Amount(quote.MinerFee) * 100,
maxSwapFee: btcutil.Amount(quote.SwapFee),
maxPrepayAmt: &maxPrepayAmt,

Loading…
Cancel
Save