mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Disable local addresses
This commit is contained in:
parent
75b169e2aa
commit
80144a47ab
@ -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());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user