This commit is contained in:
Evan Duffield 2014-08-12 15:18:01 -07:00
parent 6fb0249239
commit 5fe718e181

View File

@ -7190,7 +7190,6 @@ bool CDarkSendPool::DoAutomaticDenominating(bool fDryRun)
std::string strError = pwalletMain->DarkSendDenominate(minRounds, maxAmount);
LogPrintf("DoAutomaticDenominating : Running darksend denominate. Return '%s'\n", strError.c_str());
return true;
if(strError == "") return true;