From ab4d2ede400f1e9fff8d8f4cad811870fa4ff579 Mon Sep 17 00:00:00 2001 From: therealyingtong Date: Fri, 17 Jul 2020 23:29:52 +0800 Subject: [PATCH] Set PROTOCOL_VERSION to 170012 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 971be1140..60807beee 100644 --- a/src/version.h +++ b/src/version.h @@ -9,7 +9,7 @@ * network protocol versioning */ -static const int PROTOCOL_VERSION = 170011; +static const int PROTOCOL_VERSION = 170012; //! initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209;