protocol version inc

This commit is contained in:
Evan Duffield 2014-08-12 14:07:43 -07:00
parent 8deb3aa4cb
commit 03cfe4a252
2 changed files with 2 additions and 2 deletions

View File

@ -2628,7 +2628,7 @@ static const int64 DARKSEND_FEE = 0.001*COIN;
class CDarkSendPool
{
public:
static const int MIN_PEER_PROTO_VERSION = 70031;
static const int MIN_PEER_PROTO_VERSION = 70032;
std::vector<CDarkSendEntry> myEntries;
std::vector<CDarkSendEntry> entries;

View File

@ -25,7 +25,7 @@ extern const std::string CLIENT_DATE;
// network protocol versioning
//
static const int PROTOCOL_VERSION = 70031;
static const int PROTOCOL_VERSION = 70032;
// intial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;