From af7e1f8a167fd8cd6731a3a0a9308104493d82f8 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 25 Oct 2020 22:53:16 -0400 Subject: [PATCH] We are like, from the future --- 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;