mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
net: Add CNode::ConnectedThroughNetwork member function
This commit is contained in:
parent
d4dde24034
commit
49fba9c1aa
4 changed files with 19 additions and 2 deletions
|
|
@ -629,7 +629,7 @@ uint32_t CNetAddr::GetLinkedIPv4() const
|
|||
assert(false);
|
||||
}
|
||||
|
||||
uint32_t CNetAddr::GetNetClass() const
|
||||
Network CNetAddr::GetNetClass() const
|
||||
{
|
||||
// Make sure that if we return NET_IPV6, then IsIPv6() is true. The callers expect that.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue