From 03cfe4a252905ea6f008aad6cafbeb0d47742131 Mon Sep 17 00:00:00 2001 From: Evan Duffield Date: Tue, 12 Aug 2014 14:07:43 -0700 Subject: [PATCH] protocol version inc --- src/main.h | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.h b/src/main.h index 53a5c481ab..dc06bb62cf 100644 --- a/src/main.h +++ b/src/main.h @@ -2628,7 +2628,7 @@ static const int64 DARKSEND_FEE = 0.001*COIN; class CDarkSendPool { public: - static const int MIN_PEER_PROTO_VERSION = 70031; + static const int MIN_PEER_PROTO_VERSION = 70032; std::vector myEntries; std::vector entries; diff --git a/src/version.h b/src/version.h index f8d4dd62c7..bead5ba61f 100644 --- a/src/version.h +++ b/src/version.h @@ -25,7 +25,7 @@ extern const std::string CLIENT_DATE; // network protocol versioning // -static const int PROTOCOL_VERSION = 70031; +static const int PROTOCOL_VERSION = 70032; // intial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209;