From dbdbe707cbb6ee5d14c98bee1d172bfd6cd988e9 Mon Sep 17 00:00:00 2001 From: lateminer <9951982+lateminer@users.noreply.github.com> Date: Thu, 6 Jun 2024 23:53:58 +0200 Subject: [PATCH] net: Bump `PROTOCOL_VERSION` to 70017 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index ed8ec96d20..37beac33fb 100644 --- a/src/version.h +++ b/src/version.h @@ -9,7 +9,7 @@ * network protocol versioning */ -static const int PROTOCOL_VERSION = 70016; +static const int PROTOCOL_VERSION = 70017; //! peercoin: used to communicate with clients that don't know how to send PoS information in headers static const int OLD_VERSION = 70015;