IsLocal

Return whether the given address is one of our known local addresses.

Synopsis

Declared in <net.h>

bool
IsLocal(CService const& addr);

Return Value

true if the address is one of our local addresses.

Parameters

NameDescription
addrthe address to test.