diff --git a/src/masternode.cpp b/src/masternode.cpp index 7c5410c56..876b3f416 100644 --- a/src/masternode.cpp +++ b/src/masternode.cpp @@ -62,7 +62,7 @@ void ProcessMessageMasternode(CNode* pfrom, std::string& strCommand, CDataStream return; } - bool isLocal = addr.IsRFC1918(); + bool isLocal = addr.IsRFC1918() || addr.IsLocal(); std::string vchPubKey(pubkey.begin(), pubkey.end()); std::string vchPubKey2(pubkey2.begin(), pubkey2.end());