Return whether the given address matches one of the manually added nodes.
Synopsis
Declared in <net.h>
[[requires_capability(0x7ff36f781c28), requires_capability(0x7ff36f468498), requires_capability(0x7ff37f407a58), requires_capability(0x7ff377564828), requires_capability(0x7ff37b69fd28), requires_capability(0x7ff37e1c7958), requires_capability(0x7ff379a7dea8), requires_capability(0x7ff36f4a4ee8), requires_capability(0x7ff37bc15b48), requires_capability(0x7ff3814a5b18), requires_capability(0x7ff3666ccb98)]]
bool
AddedNodesContain(CAddress const& addr) const;
Return Value
true if the address matches a manually added node.
Parameters
Name |
Description |
addr |
the address to test. |
Created with MrDocs