From 7d8acf9898512c52d38cc0ebb5568e8fdc4ad6d7 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 14 Nov 2020 04:58:55 -0500 Subject: [PATCH] Increase our p2p wire protocol version --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index a8098bded..4e3c5417c 100644 --- a/src/version.h +++ b/src/version.h @@ -25,7 +25,7 @@ * 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 static const int INIT_PROTO_VERSION = 209;