BanMan::Unban

Removes a ban on an address.

Synopsis

Declared in <banman.h>

[[requires_capability(0x7f2e3ae94f48)]]
bool
Unban(CNetAddr const& net_addr);

Return Value

true if a matching ban was found and removed.

Parameters

NameDescription
net_addrThe address to unban.