[#BanMan-Unban-04] = xref:BanMan.adoc[BanMan]::Unban :relfileprefix: ../ :mrdocs: Removes a ban on an address. == Synopsis Declared in `<banman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e3ae94f48)]] bool Unban(xref:CNetAddr.adoc[CNetAddr] const& net_addr); ---- == Return Value true if a matching ban was found and removed. == Parameters [cols="1,4"] |=== | Name| Description | *net_addr* | The address to unban. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#