Skip to content

Commit f173a86

Browse files
UdjinM6schinzelh
authored andcommitted
fix LP inter-mixing by not initiating new queues by them
Closes: #623
1 parent e754c84 commit f173a86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/darksend.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,6 +1569,9 @@ bool CDarksendPool::DoAutomaticDenominating(bool fDryRun)
15691569
}
15701570
}
15711571

1572+
// do not initiate queue if we are a liquidity proveder to avoid useless inter-mixing
1573+
if(nLiquidityProvider) return false;
1574+
15721575
int i = 0;
15731576

15741577
// otherwise, try one randomly

0 commit comments

Comments
 (0)