Disable local addresses

This commit is contained in:
Evan Duffield 2014-12-30 14:41:28 -07:00
parent 75b169e2aa
commit 80144a47ab

View File

@ -62,7 +62,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());