mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
parent
e754c84f2e
commit
f173a8634f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user