mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
update protocol version
This commit is contained in:
parent
95cf2cc661
commit
9a0ff9f245
@ -2492,7 +2492,7 @@ static const int64 POOL_FEE_AMOUNT = 0.025*COIN;
|
||||
class CDarkSendPool
|
||||
{
|
||||
public:
|
||||
static const int MIN_PEER_PROTO_VERSION = 70035;
|
||||
static const int MIN_PEER_PROTO_VERSION = 70036;
|
||||
|
||||
CTxIn vinMasterNode;
|
||||
CPubKey pubkeyMasterNode;
|
||||
|
@ -25,7 +25,7 @@ extern const std::string CLIENT_DATE;
|
||||
// network protocol versioning
|
||||
//
|
||||
|
||||
static const int PROTOCOL_VERSION = 70035;
|
||||
static const int PROTOCOL_VERSION = 70036;
|
||||
|
||||
// intial proto version, to be increased after version/verack negotiation
|
||||
static const int INIT_PROTO_VERSION = 209;
|
||||
|
Loading…
Reference in New Issue
Block a user