From 7e8b8795be5eb1a1c902f439c67ececad330e9cc Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 16 Sep 2021 23:13:44 -0400 Subject: [PATCH] Update protocol version --- src/clientversion.cpp | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/clientversion.cpp b/src/clientversion.cpp index dd52311bb..5702fbb95 100644 --- a/src/clientversion.cpp +++ b/src/clientversion.cpp @@ -32,7 +32,7 @@ * for both bitcoind and bitcoin-core, to make it harder for attackers to * target servers or GUI users specifically. */ -const std::string CLIENT_NAME = GetArg("-clientname", "jl777sRemorse"); +const std::string CLIENT_NAME = GetArg("-clientname", "GoldenSandtrout"); /** * Client version number diff --git a/src/version.h b/src/version.h index 3c8f28347..a08199ef3 100644 --- a/src/version.h +++ b/src/version.h @@ -21,7 +21,7 @@ #define HUSH_VERSION_H // network protocol versioning -static const int PROTOCOL_VERSION = 1987423; +static const int PROTOCOL_VERSION = 1987424; //! initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209; //! In this version, 'getheaders' was introduced.