diff --git a/src/evo/mnauth.cpp b/src/evo/mnauth.cpp index bb2eed888b8cd..fce62650ccc1f 100644 --- a/src/evo/mnauth.cpp +++ b/src/evo/mnauth.cpp @@ -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;