mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +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;
|
int i = 0;
|
||||||
|
|
||||||
// otherwise, try one randomly
|
// otherwise, try one randomly
|
||||||
|
Loading…
Reference in New Issue
Block a user