Skip to content

Commit

Permalink
Also handle MNAUTH on non-masternodes (#2797)
Browse files Browse the repository at this point in the history
No real reason to ignore this message. It might become useful in the future.
  • Loading branch information
codablock authored and UdjinM6 committed Mar 22, 2019
1 parent b18f8cb commit f20620b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/evo/mnauth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f20620b

Please sign in to comment.