Increase our p2p wire protocol version

This commit is contained in:
Duke Leto
2020-11-14 04:58:55 -05:00
parent a7c1fe62dd
commit 7d8acf9898

View File

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