mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 13:32:47 +01:00
trivial fix
This commit is contained in:
parent
9905be3793
commit
9b13c63c45
@ -1621,7 +1621,7 @@ bool CDarkSendPool::DoAutomaticDenominating(bool fDryRun, bool ready)
|
|||||||
}
|
}
|
||||||
|
|
||||||
lastTimeChanged = GetTimeMillis();
|
lastTimeChanged = GetTimeMillis();
|
||||||
submittedToMasternode = vecMasternodes[i].addr;
|
submittedToMasternode = mn->addr;
|
||||||
LogPrintf("DoAutomaticDenominating -- attempt %d connection to masternode %s\n", i, mn->addr.ToString().c_str());
|
LogPrintf("DoAutomaticDenominating -- attempt %d connection to masternode %s\n", i, mn->addr.ToString().c_str());
|
||||||
if(ConnectNode((CAddress)mn->addr, NULL, true)){
|
if(ConnectNode((CAddress)mn->addr, NULL, true)){
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user