mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
scripted-diff: Rename CAddrMan to AddrMan
-BEGIN VERIFY SCRIPT- git grep -l CAddrMan src/ test/ | xargs sed -i 's/CAddrMan/AddrMan/g' -END VERIFY SCRIPT-
This commit is contained in:
parent
3c263d3f63
commit
dd8f7f2500
19 changed files with 121 additions and 121 deletions
|
|
@ -165,7 +165,7 @@ void CNetAddr::SetLegacyIPv6(Span<const uint8_t> ipv6)
|
|||
}
|
||||
|
||||
/**
|
||||
* Create an "internal" address that represents a name or FQDN. CAddrMan uses
|
||||
* Create an "internal" address that represents a name or FQDN. AddrMan uses
|
||||
* these fake addresses to keep track of which DNS seeds were used.
|
||||
* @returns Whether or not the operation was successful.
|
||||
* @see NET_INTERNAL, INTERNAL_IN_IPV6_PREFIX, CNetAddr::IsInternal(), CNetAddr::IsRFC4193()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue