mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
Bump remaining min protocols (#2097)
* bump MIN_GOVERNANCE_PEER_PROTO_VERSION * bump MIN_MASTERNODE_PAYMENT_PROTO_VERSION_2
This commit is contained in:
parent
6c79c348ee
commit
23ba94b370
@ -25,7 +25,7 @@ class CGovernanceObject;
|
||||
class CGovernanceVote;
|
||||
|
||||
static const int MAX_GOVERNANCE_OBJECT_DATA_SIZE = 16 * 1024;
|
||||
static const int MIN_GOVERNANCE_PEER_PROTO_VERSION = 70206;
|
||||
static const int MIN_GOVERNANCE_PEER_PROTO_VERSION = 70208;
|
||||
static const int GOVERNANCE_FILTER_PROTO_VERSION = 70206;
|
||||
|
||||
static const double GOVERNANCE_FILTER_FP_RATE = 0.001;
|
||||
|
@ -24,7 +24,7 @@ static const int MNPAYMENTS_SIGNATURES_TOTAL = 10;
|
||||
// V1 - Last protocol version before update
|
||||
// V2 - Newest protocol version
|
||||
static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_1 = 70206;
|
||||
static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_2 = 70208;
|
||||
static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_2 = 70209;
|
||||
|
||||
extern CCriticalSection cs_vecPayees;
|
||||
extern CCriticalSection cs_mapMasternodeBlocks;
|
||||
|
Loading…
Reference in New Issue
Block a user