Merge #9226: Remove fNetworkNode and pnodeLocalHost.

bdb922b Remove pnodeLocalHost. (Gregory Maxwell)
083f203 Remove fNetworkNode. (Gregory Maxwell)
This commit is contained in:
Pieter Wuille
2016-11-30 17:13:00 -08:00
3 changed files with 3 additions and 22 deletions

View File

@@ -613,7 +613,6 @@ public:
bool fOneShot;
bool fClient;
const bool fInbound;
bool fNetworkNode;
bool fSuccessfullyConnected;
std::atomic_bool fDisconnect;
// We use fRelayTxes for two purposes -