aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorAnthony Towns <aj@erisian.com.au>2023-09-07 19:16:57 +1000
committerAnthony Towns <aj@erisian.com.au>2023-11-14 08:45:30 +1000
commit6e9e4e6130797b721c8df1eabaf46ec25ebb6abe (patch)
tree6444c337cd23d1e6aabedf229a9efb1583fb7351 /src/version.h
parent5800c558eb5efb4839ed00d6967e43306d68e1c3 (diff)
downloadbitcoin-6e9e4e6130797b721c8df1eabaf46ec25ebb6abe.tar.xz
Use ParamsWrapper for witness serialization
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/version.h b/src/version.h
index 204df3758b..c2ebeecbfb 100644
--- a/src/version.h
+++ b/src/version.h
@@ -35,7 +35,4 @@ 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 = 70016;
-// Make sure that none of the values above collide with
-// `SERIALIZE_TRANSACTION_NO_WITNESS`.
-
#endif // BITCOIN_VERSION_H