From 2ae4ddd2bb23314034ef33e0dc9cf4ae69f9ec8d Mon Sep 17 00:00:00 2001 From: xnljfr Date: Sat, 22 Feb 2014 21:23:22 +0200 Subject: [PATCH] Update main.cpp --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 88bf3d9d1..71b4bd6f8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2496,8 +2496,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv) vRecv >> pfrom->nVersion >> pfrom->nServices >> nTime >> addrMe; if (pfrom->nVersion < MIN_PEER_PROTO_VERSION) { - // Since February 20, 2012, the protocol is initiated at version 209, - // and earlier versions are no longer supported + // verack is at 209 , MIN_PEER_PROTO_VERSION is at 70001 printf("partner %s using obsolete version %i; disconnecting\n", pfrom->addr.ToString().c_str(), pfrom->nVersion); pfrom->fDisconnect = true; return false;