From fa46a6e347dd97aad72022ef2e0ae442de3c6c69 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 3 Jul 2019 22:12:35 -1100 Subject: [PATCH] Revert debug disconnect --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 334d1f276..d30213d6b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -7236,7 +7236,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv, return false; } } - else + else if ( (0) ) { if ( pfrom->nServices != 0 ) {