From 3d8d4f720eb42b5a014d0a545e94ee95ba9ebdf5 Mon Sep 17 00:00:00 2001 From: Matt Stabeler Date: Tue, 13 Nov 2018 10:09:59 +0000 Subject: [PATCH] Bump versions to force update Update the minimum versions allowed in the app, so that older nodes are disconnected. This ensures all nodes have the same collateral and reward values. --- src/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/version.h b/src/version.h index 899394f..4b8d2e0 100755 --- a/src/version.h +++ b/src/version.h @@ -12,7 +12,7 @@ * network protocol versioning */ -static const int PROTOCOL_VERSION = 70007; +static const int PROTOCOL_VERSION = 70008; //! initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209; @@ -21,8 +21,8 @@ static const int INIT_PROTO_VERSION = 209; static const int GETHEADERS_VERSION = 70000; //! disconnect from peers older than this proto version -static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 70006; -static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70007; +static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 70007; +static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70008; //! nTime field added to CAddress, starting with this version; //! if possible, avoid requesting addresses nodes older than this