diff --git a/src/main.cpp b/src/main.cpp index a6f46cd6f9..6577b78546 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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; } }