fixed locking bug

This commit is contained in:
Evan Duffield 2014-08-11 12:43:24 -07:00
parent 01ad221c0b
commit 14d245fef1

View File

@ -7057,7 +7057,7 @@ bool CDarkSendPool::DoAutomaticDenominating(bool fDryRun)
if(darkSendPool.GetState() != POOL_STATUS_ERROR && darkSendPool.GetState() != POOL_STATUS_SUCCESS){
if(darkSendPool.GetMyTransactionCount() > 0){
return false;
return true;
}
}