diff --git a/src/masternode.cpp b/src/masternode.cpp index 31080128a5c4..005c543bb0b5 100644 --- a/src/masternode.cpp +++ b/src/masternode.cpp @@ -59,7 +59,7 @@ void ProcessMessageMasternode(CNode* pfrom, std::string& strCommand, CDataStream return; } - bool isLocal = false; // addr.IsRFC1918(); + bool isLocal = addr.IsRFC1918(); std::string vchPubKey(pubkey.begin(), pubkey.end()); std::string vchPubKey2(pubkey2.begin(), pubkey2.end());