p2p: remove BIP155Network::TORV2 from GetBIP155Network()

This commit is contained in:
Jon Atack
2021-05-26 16:34:39 +02:00
parent 7d1769bc45
commit 1d631e956f
2 changed files with 2 additions and 9 deletions

View File

@@ -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;