Bump the protocol version, as this node supports Heartwood on mainnet.

This commit is contained in:
Sean Bowe 2020-05-18 14:46:16 -06:00
parent d0c96683bf
commit 5a955674a5
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
* network protocol versioning
*/
static const int PROTOCOL_VERSION = 170010;
static const int PROTOCOL_VERSION = 170011;
//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;