Skip to content

Commit

Permalink
net: remove unimplemented functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
furszy committed May 8, 2021
1 parent 74d0482 commit 5390862
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/net.h
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ class CConnman
void AddNewAddress(const CAddress& addr, const CAddress& addrFrom, int64_t nTimePenalty = 0);
void AddNewAddresses(const std::vector<CAddress>& vAddr, const CAddress& addrFrom, int64_t nTimePenalty = 0);
std::vector<CAddress> GetAddresses();
void AddressCurrentlyConnected(const CService& addr);

// Denial-of-service detection/prevention
// The idea is to detect peers that are behaving
Expand Down Expand Up @@ -794,9 +793,6 @@ class CNode
vecRequestsFulfilled.push_back(strRequest);
}

bool IsSubscribed(unsigned int nChannel);
void Subscribe(unsigned int nChannel, unsigned int nHops = 0);
void CancelSubscribe(unsigned int nChannel);
void CloseSocketDisconnect();
bool DisconnectOldProtocol(int nVersionIn, int nVersionRequired, std::string strLastCommand = "");

Expand Down

0 comments on commit 5390862

Please sign in to comment.