From 2bc7b01ae5d3219b0534aab14b558897d0ae8e84 Mon Sep 17 00:00:00 2001 From: lateminer <9951982+lateminer@users.noreply.github.com> Date: Fri, 20 Sep 2024 18:39:10 +0200 Subject: [PATCH] Revert "net: Bump `WTXID_RELAY_VERSION` to 70017" This reverts commit 10927aeea23821e68cde357eb1855fdb5047618e. --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index ed8ec96d20..9283c07f59 100644 --- a/src/version.h +++ b/src/version.h @@ -36,6 +36,6 @@ static const int SHORT_IDS_BLOCKS_VERSION = 70014; static const int INVALID_CB_NO_BAN_VERSION = 70015; //! "wtxidrelay" command for wtxid-based relay starts with this version -static const int WTXID_RELAY_VERSION = 70017; +static const int WTXID_RELAY_VERSION = 70016; #endif // BITCOIN_VERSION_H