Merge pull request #4247 from Diapolo/listen

rename fNoListen to fListen and move to net
This commit is contained in:
Jeff Garzik
2014-06-04 15:00:38 -04:00
6 changed files with 7 additions and 7 deletions

View File

@@ -105,6 +105,7 @@ CAddress GetLocalAddress(const CNetAddr *paddrPeer = NULL);
extern bool fDiscover;
extern bool fListen;
extern uint64_t nLocalServices;
extern uint64_t nLocalHostNonce;
extern CAddrMan addrman;