mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +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;
|
||||
}
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user