From 46b8126c237fcf39db9c9c3d5d0c9434aede7334 Mon Sep 17 00:00:00 2001 From: pedro-at-decenomy Date: Tue, 19 Nov 2024 11:17:28 +0000 Subject: [PATCH] bumps protocol version --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 7b6830109..5537860b2 100644 --- a/src/version.h +++ b/src/version.h @@ -12,7 +12,7 @@ * network protocol versioning */ -static const int PROTOCOL_VERSION = 70227; +static const int PROTOCOL_VERSION = 70228; //! initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209;