Skip to content

Commit

Permalink
updated mn prot version
Browse files Browse the repository at this point in the history
  • Loading branch information
Skellers21 committed Nov 20, 2019
1 parent c56566d commit d073aab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qa/rpc-tests/test_framework/mininode.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from util import hex_str_to_bytes, bytes_to_hex_str

BIP0031_VERSION = 60000
MY_VERSION = 180008 # past bip-31 for ping/pong
MY_VERSION = 180009 # past bip-31 for ping/pong
MY_SUBVERSION = "/python-mininode-tester:0.0.1/"

MAX_INV_SZ = 50000
Expand Down
4 changes: 2 additions & 2 deletions src/masternode-payments.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ static const int MNPAYMENTS_SIGNATURES_TOTAL = 8;
// 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 = 180007;
static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_2 = 180008;
static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_1 = 180008;
static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_2 = 180009;

extern CCriticalSection cs_vecPayees;
extern CCriticalSection cs_mapMasternodeBlocks;
Expand Down

0 comments on commit d073aab

Please sign in to comment.