CConnman::AddedNodesContain

Return whether the given address matches one of the manually added nodes.

Synopsis

Declared in <net.h>

[[requires_capability(0x7f950f5feec8), requires_capability(0x7f950ed876f8), requires_capability(0x7f950b48f968), requires_capability(0x7f95034d2588), requires_capability(0x7f950e20f958), requires_capability(0x7f95277475f8), requires_capability(0x7f950c324788), requires_capability(0x7f950c2403b8), requires_capability(0x7f95018b9b68), requires_capability(0x7f950bd91a18), requires_capability(0x7f95065c9118)]]
bool
AddedNodesContain(CAddress const& addr) const;

Return Value

true if the address matches a manually added node.

Parameters

NameDescription
addrthe address to test.