Remove redundant whiteconnections option

This commit is contained in:
Patrick Strateman
2015-08-13 17:32:57 -07:00
committed by Taylor Hornby
parent dd99be0f8c
commit 0560d671ab
2 changed files with 1 additions and 1 deletions

View File

@@ -140,6 +140,7 @@ extern bool fListen;
extern uint64_t nLocalServices;
extern uint64_t nLocalHostNonce;
extern CAddrMan addrman;
/** Maximum number of connections to simultaneously allow (aka connection slots) */
extern int nMaxConnections;
extern std::vector<CNode*> vNodes;