mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #594 from GeorgeTsagk/autoloop-in-flake-fix
Autoloop-in flake fix
This commit is contained in:
commit
5e2cb14ff1
1 changed files with 1 additions and 1 deletions
|
|
@ -748,7 +748,7 @@ func TestAutoLoopInEnabled(t *testing.T) {
|
|||
|
||||
quote2Unaffordable = &loop.LoopInQuote{
|
||||
SwapFee: peer2MaxFee * 2,
|
||||
MinerFee: peer2MaxFee * 2,
|
||||
MinerFee: peer2MaxFee * 1000,
|
||||
}
|
||||
|
||||
quoteRequest1 = &loop.LoopInQuoteRequest{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue