From 1c8bec258af6ed86af404ddbdc0bc00c30c5d021 Mon Sep 17 00:00:00 2001 From: Evan Duffield Date: Sat, 21 Mar 2015 05:56:50 -0700 Subject: [PATCH] protocol bump --- src/core.h | 2 +- src/masternode-pos.h | 2 +- src/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core.h b/src/core.h index f80f210334..a513b300e3 100644 --- a/src/core.h +++ b/src/core.h @@ -43,7 +43,7 @@ static const int64_t DARKSEND_POOL_MAX = (999.99*COIN); #define MASTERNODE_EXPIRATION_SECONDS (65*60) #define MASTERNODE_REMOVAL_SECONDS (70*60) -static const int MIN_POOL_PEER_PROTO_VERSION = 70072; // minimum peer version accepted by DarkSendPool +static const int MIN_POOL_PEER_PROTO_VERSION = 70073; // minimum peer version accepted by DarkSendPool class CTransaction; diff --git a/src/masternode-pos.h b/src/masternode-pos.h index 78e4a4c46f..01be1ed67f 100644 --- a/src/masternode-pos.h +++ b/src/masternode-pos.h @@ -25,7 +25,7 @@ class CMasternodeScanningError; extern map mapMasternodeScanningErrors; extern CMasternodeScanning mnscan; -static const int MIN_MASTERNODE_POS_PROTO_VERSION = 70072; +static const int MIN_MASTERNODE_POS_PROTO_VERSION = 70073; /* 1% of the network is scanned every 2.5 minutes, making a full diff --git a/src/version.h b/src/version.h index 62c05ba149..787c2ca34d 100644 --- a/src/version.h +++ b/src/version.h @@ -27,7 +27,7 @@ extern const std::string CLIENT_DATE; // network protocol versioning // -static const int PROTOCOL_VERSION = 70072; +static const int PROTOCOL_VERSION = 70073; // intial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209;