diff --git a/src/main.cpp b/src/main.cpp index d6b3e0bb9..098396533 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -7450,7 +7450,8 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv, komodo_nSPVresp(pfrom,payload); return(true); } - + else if ( KOMODO_NSPV != 0 ) + return(true); else if (strCommand == "inv") { vector vInv;