Skip to content

Commit

Permalink
Merge pull request #77 from mceme/masterendecrypt
Browse files Browse the repository at this point in the history
sub
  • Loading branch information
mceme committed Dec 9, 2020
2 parents 26672a9 + baf552d commit 63cae6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/masternode-payments.h
Expand Up @@ -23,8 +23,8 @@ static const int MNPAYMENTS_SIGNATURES_TOTAL = 10;
// vote for masternode and be elected as a payment winner
// V1 - Last protocol version before update
// V2 - Newest protocol version
static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_1 = 70220;
static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_2 = 70221;
static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_1 = 70221;
static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_2 = 70222;

extern CCriticalSection cs_vecPayees;
extern CCriticalSection cs_mapMasternodeBlocks;
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Expand Up @@ -10,7 +10,7 @@
* network protocol versioning
*/

static const int PROTOCOL_VERSION = 70221;
static const int PROTOCOL_VERSION = 70222;

//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;
Expand All @@ -19,7 +19,7 @@ static const int INIT_PROTO_VERSION = 209;
static const int GETHEADERS_VERSION = 70077;

//! disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION = 70220;
static const int MIN_PEER_PROTO_VERSION = 70221;

//! nTime field added to CAddress, starting with this version;
//! if possible, avoid requesting addresses nodes older than this
Expand Down

0 comments on commit 63cae6d

Please sign in to comment.