PPCoin: Keep MIN_PROTO_VERSION at 209 to conform to Bitcoin
authorSunny King <sunnyking9999@gmail.com>
Mon, 23 Jul 2012 17:25:34 +0000 (18:25 +0100)
committerSunny King <sunnyking9999@gmail.com>
Mon, 23 Jul 2012 17:25:34 +0000 (18:25 +0100)
        (Revert the MIN_PROTO_VERSION change from merge commit 0561bbd)

src/version.h

index 29efa06..bccea96 100644 (file)
@@ -39,7 +39,9 @@ extern const std::string CLIENT_DATE;
 static const int PROTOCOL_VERSION = 60001;
 
 // earlier versions not supported as of Feb 2012, and are disconnected
-static const int MIN_PROTO_VERSION = 60001;
+// NOTE: as of bitcoin v0.6 message serialization (vSend, vRecv) still
+// uses MIN_PROTO_VERSION(209), where message format uses PROTOCOL_VERSION
+static const int MIN_PROTO_VERSION = 209;
 
 // nTime field added to CAddress, starting with this version;
 // if possible, avoid requesting addresses nodes older than this