Also handle MNAUTH on non-masternodes (#2797)

No real reason to ignore this message. It might become useful in the future.
This commit is contained in:
Alexander Block 2019-03-22 15:21:20 +01:00 committed by UdjinM6
parent b18f8cb77c
commit f20620b0a5

View File

@ -46,10 +46,6 @@ void CMNAuth::PushMNAUTH(CNode* pnode, CConnman& connman)
void CMNAuth::ProcessMessage(CNode* pnode, const std::string& strCommand, CDataStream& vRecv, CConnman& connman)
{
if (!fMasternodeMode) {
return;
}
if (!masternodeSync.IsBlockchainSynced()) {
// we can't really verify MNAUTH messages when we don't have the latest MN list
return;