Skip to content

Commit

Permalink
Revert "net: Bump WTXID_RELAY_VERSION to 70017"
Browse files Browse the repository at this point in the history
This reverts commit 10927ae.
  • Loading branch information
lateminer committed Sep 20, 2024
1 parent ce340f0 commit 2bc7b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2bc7b01

Please sign in to comment.