diff options
author | Jon Atack <jon@atack.com> | 2021-05-26 16:34:39 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2021-06-03 13:36:40 +0200 |
commit | 1d631e956fffbbc7891ed40be4fd39aeff036c52 (patch) | |
tree | 67246b8f8b9170bfbe79f010bf1a1d2168d23a88 /src/netaddress.h | |
parent | 7d1769bc450a98c093a066d6daed84337040dbfb (diff) |
p2p: remove BIP155Network::TORV2 from GetBIP155Network()
Diffstat (limited to 'src/netaddress.h')
-rw-r--r-- | src/netaddress.h | 2 |
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; |