We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee0657 commit 41ef1f9Copy full SHA for 41ef1f9
src/net.cpp
@@ -345,8 +345,6 @@ bool CConnman::CheckIncomingNonce(uint64_t nonce)
345
CNode* CConnman::ConnectNode(CAddress addrConnect, const char *pszDest, bool fCountFailure)
346
{
347
if (pszDest == NULL) {
348
- // we clean masternode connections in CMasternodeMan::ProcessMasternodeConnections()
349
- // so should be safe to skip this and connect to local Hot MN on CActiveMasternode::ManageState()
350
if (IsLocal(addrConnect))
351
return NULL;
352
0 commit comments