From 432bc22ade4a9aa791df2f66963a3b27e597c858 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 22 Oct 2016 09:49:35 -0700 Subject: [PATCH] Patch backport of upstream 1588 as we don't (yet) use the NetMsgType namespace --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 395bae377..a6f6cb00c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5082,7 +5082,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv, } } - else if (strCommand == NetMsgType::NOTFOUND) { + else if (strCommand == "notfound") { // We do not care about the NOTFOUND message, but logging an Unknown Command // message would be undesirable as we transmit it ourselves. }