mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
fixed
This commit is contained in:
parent
6fb0249239
commit
5fe718e181
@ -7190,7 +7190,6 @@ bool CDarkSendPool::DoAutomaticDenominating(bool fDryRun)
|
|||||||
|
|
||||||
std::string strError = pwalletMain->DarkSendDenominate(minRounds, maxAmount);
|
std::string strError = pwalletMain->DarkSendDenominate(minRounds, maxAmount);
|
||||||
LogPrintf("DoAutomaticDenominating : Running darksend denominate. Return '%s'\n", strError.c_str());
|
LogPrintf("DoAutomaticDenominating : Running darksend denominate. Return '%s'\n", strError.c_str());
|
||||||
return true;
|
|
||||||
|
|
||||||
if(strError == "") return true;
|
if(strError == "") return true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user