Merge pull request #617 from rnicoll/1.8-dev-protocol

Update protocol version
This commit is contained in:
langerhans 2014-08-18 00:02:48 +02:00
commit 5c78fef3c1

View file

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