update protocol version

This commit is contained in:
Evan Duffield 2014-09-04 09:43:01 -07:00
parent 95cf2cc661
commit 9a0ff9f245
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;