trivial fix

This commit is contained in:
UdjinM6 2015-02-24 02:45:37 +03:00
parent 9905be3793
commit 9b13c63c45

View File

@ -1621,7 +1621,7 @@ bool CDarkSendPool::DoAutomaticDenominating(bool fDryRun, bool ready)
}
lastTimeChanged = GetTimeMillis();
submittedToMasternode = vecMasternodes[i].addr;
submittedToMasternode = mn->addr;
LogPrintf("DoAutomaticDenominating -- attempt %d connection to masternode %s\n", i, mn->addr.ToString().c_str());
if(ConnectNode((CAddress)mn->addr, NULL, true)){