aboutsummaryrefslogtreecommitdiff
path: root/src/netaddress.h
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2021-05-26 16:34:39 +0200
committerJon Atack <jon@atack.com>2021-06-03 13:36:40 +0200
commit1d631e956fffbbc7891ed40be4fd39aeff036c52 (patch)
tree67246b8f8b9170bfbe79f010bf1a1d2168d23a88 /src/netaddress.h
parent7d1769bc450a98c093a066d6daed84337040dbfb (diff)
downloadbitcoin-1d631e956fffbbc7891ed40be4fd39aeff036c52.tar.xz
p2p: remove BIP155Network::TORV2 from GetBIP155Network()
Diffstat (limited to 'src/netaddress.h')
-rw-r--r--src/netaddress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netaddress.h b/src/netaddress.h
index 63580c5744..fc709cf044 100644
--- a/src/netaddress.h
+++ b/src/netaddress.h
@@ -302,7 +302,7 @@ class CNetAddr
/**
* Get the BIP155 network id of this address.
* Must not be called for IsInternal() objects.
- * @returns BIP155 network id
+ * @returns BIP155 network id, except TORV2 which is no longer supported.
*/
BIP155Network GetBIP155Network() const;