From de478cb632bec6aacb1251294ae490831186ddb3 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Fri, 25 Sep 2015 02:16:49 +0300 Subject: [PATCH] fix LP inter-mixing by not initiating new queues by them --- src/darksend.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/darksend.cpp b/src/darksend.cpp index 2cec76c39eda..ef2d7c39a859 100644 --- a/src/darksend.cpp +++ b/src/darksend.cpp @@ -1571,6 +1571,9 @@ bool CDarksendPool::DoAutomaticDenominating(bool fDryRun) } } + // do not initiate queue if we are a liquidity proveder to avoid useless inter-mixing + if(nLiquidityProvider) return false; + int i = 0; // otherwise, try one randomly