[net] remove unused return type bool from CNode::Ban()
This commit is contained in:
@@ -606,7 +606,7 @@ public:
|
||||
// new code.
|
||||
static void ClearBanned(); // needed for unit testing
|
||||
static bool IsBanned(CNetAddr ip);
|
||||
static bool Ban(const CNetAddr &ip, int64_t bantimeoffset = 0);
|
||||
static void Ban(const CNetAddr &ip, int64_t bantimeoffset = 0);
|
||||
static bool Unban(const CNetAddr &ip);
|
||||
static void GetBanned(std::map<CNetAddr, int64_t> &banmap);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user