From 07fe2a3a783718f3687bce0b789b0ef36d8e0340 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 5 Jul 2019 06:11:32 -1100 Subject: [PATCH] Bypass all the other messages starting from inv --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;