MCPcopy Create free account
hub / github.com/ElementsProject/elements / Unban

Method Unban

src/banman.cpp:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148bool BanMan::Unban(const CNetAddr& net_addr)
149{
150 CSubNet sub_net(net_addr);
151 return Unban(sub_net);
152}
153
154bool BanMan::Unban(const CSubNet& sub_net)
155{

Callers 3

FUZZ_TARGET_INITFunction · 0.80
setbanFunction · 0.80
unbanMethod · 0.80

Calls 2

BannedListChangedMethod · 0.80
eraseMethod · 0.45

Tested by 1

FUZZ_TARGET_INITFunction · 0.64