fix LP inter-mixing by not initiating new queues by them

Closes: #623
This commit is contained in:
UdjinM6 2015-09-25 02:16:49 +03:00 committed by Holger Schinzel
parent e754c84f2e
commit f173a8634f

View File

@ -1569,6 +1569,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