BanMan::IsBanned

Return whether net_addr is banned

Synopsis

Declared in <banman.h>

[[requires_capability(0x7f2e3ae94b88)]]
bool
IsBanned(CNetAddr const& net_addr);

Return Value

true if the address is banned.

Parameters

NameDescription
net_addrThe address to test.