Remove redundant whiteconnections option

This commit is contained in:
Patrick Strateman
2015-08-13 17:32:57 -07:00
parent b105ba398b
commit a8f6e45249
3 changed files with 0 additions and 41 deletions

View File

@@ -81,7 +81,6 @@ uint64_t nLocalHostNonce = 0;
static std::vector<ListenSocket> vhListenSocket;
CAddrMan addrman;
int nMaxConnections = DEFAULT_MAX_PEER_CONNECTIONS;
int nWhiteConnections = 0;
bool fAddressesInitialized = false;
std::string strSubVersion;