From: Sunny King Date: Mon, 23 Jul 2012 17:25:34 +0000 (+0100) Subject: PPCoin: Keep MIN_PROTO_VERSION at 209 to conform to Bitcoin X-Git-Tag: v0.4.0-unstable~128 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=a82f16368967b2e9f7b51fdf83d78ced88969478 PPCoin: Keep MIN_PROTO_VERSION at 209 to conform to Bitcoin (Revert the MIN_PROTO_VERSION change from merge commit 0561bbd) --- diff --git a/src/version.h b/src/version.h index 29efa06..bccea96 100644 --- a/src/version.h +++ b/src/version.h @@ -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