aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2020-05-19 15:01:50 +0200
committerVasil Dimov <vd@FreeBSD.org>2020-09-17 22:17:17 +0200
commite0d73573a37bf4b519f6f61e5678572d48a64517 (patch)
tree62d7661d4afc81dc8b3547b4d57a31f49fd9cc8f /src/version.h
parentfe42411b4b07b99c591855f5f00ad45dfeec8e30 (diff)
downloadbitcoin-e0d73573a37bf4b519f6f61e5678572d48a64517.tar.xz
net: CNetAddr: add support to (un)serialize as ADDRv2
Co-authored-by: Carl Dong <contact@carldong.me>
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/version.h b/src/version.h
index b5f379e1b8..019c3a3ae7 100644
--- a/src/version.h
+++ b/src/version.h
@@ -38,4 +38,7 @@ 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` or `ADDRV2_FORMAT`.
+
#endif // BITCOIN_VERSION_H