liquidity: reduce miner fee multiplier for fee percentage

pull/580/head
George Tsagkarelis 1 year ago
parent 6a4aa8c102
commit f77fd1b60b
No known key found for this signature in database
GPG Key ID: 0807D1013F48208A

@ -41,7 +41,7 @@ const (
// minerMultiplier is a multiplier we use to scale our miner fee to
// ensure that we will still be able to complete our swap in the case
// of a severe fee spike.
minerMultiplier = 100
minerMultiplier = 10
// defaultFeePPM is the default percentage of swap amount that we
// allocate to fees, 2%.

@ -1555,7 +1555,7 @@ func TestFeePercentage(t *testing.T) {
quote: &loop.LoopOutQuote{
SwapFee: 60,
PrepayAmount: 30,
MinerFee: 1,
MinerFee: 10,
},
suggestions: &Suggestions{
DisqualifiedChans: map[lnwire.ShortChannelID]Reason{

Loading…
Cancel
Save