From ea9627979e172dd1d13e9f1a4b4185bb820fcfe8 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Tue, 17 Apr 2012 12:16:46 -0400 Subject: [PATCH] Bump PROTOCOL_VERSION to 60001, thereby enabling BIP31 --- src/version.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/version.h b/src/version.h index d710415..f63b1bd 100644 --- a/src/version.h +++ b/src/version.h @@ -29,7 +29,7 @@ extern const std::string CLIENT_DATE; // network protocol versioning // -static const int PROTOCOL_VERSION = 60000; +static const int PROTOCOL_VERSION = 60001; // earlier versions not supported as of Feb 2012, and are disconnected static const int MIN_PROTO_VERSION = 209; -- 1.7.1