diff options
| author | xnljfr <[email protected]> | 2014-02-22 21:23:22 +0200 |
|---|---|---|
| committer | xnljfr <[email protected]> | 2014-02-22 21:23:22 +0200 |
| commit | 2ae4ddd2bb23314034ef33e0dc9cf4ae69f9ec8d (patch) | |
| tree | 783d1ed77aa9cc8ea32e640b79e0a5018a6528a6 | |
| parent | Update version.h (diff) | |
| download | discoin-2ae4ddd2bb23314034ef33e0dc9cf4ae69f9ec8d.tar.xz discoin-2ae4ddd2bb23314034ef33e0dc9cf4ae69f9ec8d.zip | |
Update main.cpp
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 1 insertions, 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; |