From 6c9551880703d5d18bc0547ec86b7e02894b80b3 Mon Sep 17 00:00:00 2001 From: Alexander Block Date: Tue, 17 Mar 2020 12:18:39 +0100 Subject: [PATCH] Bump proto version --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 512c40260e..2a06f25f3b 100644 --- a/src/version.h +++ b/src/version.h @@ -11,7 +11,7 @@ */ -static const int PROTOCOL_VERSION = 70216; +static const int PROTOCOL_VERSION = 70217; //! initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209;