mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
(possible) fix for idle mn freeze
This commit is contained in:
parent
0002fd1d6e
commit
c61f209c33
@ -66,7 +66,7 @@ void CActiveMasternode::ManageStatus()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!ConnectNode((CAddress)service, service.ToString().c_str())){
|
if(!ConnectNode((CAddress)service, NULL, true)){
|
||||||
notCapableReason = "Could not connect to " + service.ToString();
|
notCapableReason = "Could not connect to " + service.ToString();
|
||||||
LogPrintf("CActiveMasternode::ManageStatus() - not capable: %s\n", notCapableReason);
|
LogPrintf("CActiveMasternode::ManageStatus() - not capable: %s\n", notCapableReason);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user