(possible) fix for idle mn freeze

This commit is contained in:
UdjinM6 2015-08-23 17:29:30 +03:00
parent 0002fd1d6e
commit c61f209c33

View File

@ -66,7 +66,7 @@ void CActiveMasternode::ManageStatus()
return;
}
if(!ConnectNode((CAddress)service, service.ToString().c_str())){
if(!ConnectNode((CAddress)service, NULL, true)){
notCapableReason = "Could not connect to " + service.ToString();
LogPrintf("CActiveMasternode::ManageStatus() - not capable: %s\n", notCapableReason);
return;