From e0d73573a37bf4b519f6f61e5678572d48a64517 Mon Sep 17 00:00:00 2001 From: Vasil Dimov Date: Tue, 19 May 2020 15:01:50 +0200 Subject: net: CNetAddr: add support to (un)serialize as ADDRv2 Co-authored-by: Carl Dong --- src/version.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/version.h') 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 -- cgit v1.2.3