incremented PROTOCOL_VERSION to 70004; missed this in last push

This commit is contained in:
qwerty55
2014-06-10 01:04:58 -04:00
parent b597348e88
commit 37e00791b2

View File

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