mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
protocol bump
This commit is contained in:
parent
649937dc4f
commit
1c8bec258a
@ -43,7 +43,7 @@ static const int64_t DARKSEND_POOL_MAX = (999.99*COIN);
|
|||||||
#define MASTERNODE_EXPIRATION_SECONDS (65*60)
|
#define MASTERNODE_EXPIRATION_SECONDS (65*60)
|
||||||
#define MASTERNODE_REMOVAL_SECONDS (70*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;
|
class CTransaction;
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ class CMasternodeScanningError;
|
|||||||
extern map<uint256, CMasternodeScanningError> mapMasternodeScanningErrors;
|
extern map<uint256, CMasternodeScanningError> mapMasternodeScanningErrors;
|
||||||
extern CMasternodeScanning mnscan;
|
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
|
1% of the network is scanned every 2.5 minutes, making a full
|
||||||
|
@ -27,7 +27,7 @@ extern const std::string CLIENT_DATE;
|
|||||||
// network protocol versioning
|
// 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
|
// intial proto version, to be increased after version/verack negotiation
|
||||||
static const int INIT_PROTO_VERSION = 209;
|
static const int INIT_PROTO_VERSION = 209;
|
||||||
|
Loading…
Reference in New Issue
Block a user