Patch backport of upstream 1588 as we don't (yet) use the NetMsgType namespace

This commit is contained in:
Simon
2016-10-22 09:49:35 -07:00
parent e496b2e391
commit 432bc22ade

View File

@@ -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.
}