diff options
| author | Patrick Strateman <[email protected]> | 2015-08-13 17:32:57 -0700 |
|---|---|---|
| committer | Patrick Strateman <[email protected]> | 2015-08-22 15:38:24 -0700 |
| commit | a8f6e45249e815414cc99e7b594a8a7ab7ab9247 (patch) | |
| tree | 4e64a78c1aa4be6c0940eea111b975484765244b /src/net.cpp | |
| parent | Prefer to disconnect peers in favor of whitelisted peers (diff) | |
| download | discoin-a8f6e45249e815414cc99e7b594a8a7ab7ab9247.tar.xz discoin-a8f6e45249e815414cc99e7b594a8a7ab7ab9247.zip | |
Remove redundant whiteconnections option
Diffstat (limited to 'src/net.cpp')
| -rw-r--r-- | src/net.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp index 77dde9944..9cfb9d71d 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -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; |