protocol bump

This commit is contained in:
Evan Duffield 2015-03-21 05:56:50 -07:00
parent 649937dc4f
commit 1c8bec258a
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -25,7 +25,7 @@ class CMasternodeScanningError;
extern map<uint256, CMasternodeScanningError> 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

View File

@ -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;