diff options
| author | Cory Fields <[email protected]> | 2016-04-16 14:46:14 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2016-05-10 12:28:23 -0400 |
| commit | 5d5e7a097a87e0fe6efb5e2d622daadc10c2ad79 (patch) | |
| tree | adaab809bf6c65ded537f8291a717bbb8cafd149 | |
| parent | net: No need to export DumpBanlist (diff) | |
| download | discoin-5d5e7a097a87e0fe6efb5e2d622daadc10c2ad79.tar.xz discoin-5d5e7a097a87e0fe6efb5e2d622daadc10c2ad79.zip | |
net: No need to export ConnectNode
| -rw-r--r-- | src/net.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -83,7 +83,6 @@ CNode* FindNode(const CNetAddr& ip); CNode* FindNode(const CSubNet& subNet); CNode* FindNode(const std::string& addrName); CNode* FindNode(const CService& ip); -CNode* ConnectNode(CAddress addrConnect, const char *pszDest = NULL); bool OpenNetworkConnection(const CAddress& addrConnect, CSemaphoreGrant *grantOutbound = NULL, const char *strDest = NULL, bool fOneShot = false); void MapPort(bool fUseUPnP); unsigned short GetListenPort(); |