Move m_orphan_work_set to net_processing

This commit is contained in:
Neha Narula
2020-09-13 19:29:50 -04:00
parent 9c47cb29f9
commit 8803aee668
2 changed files with 13 additions and 7 deletions

View File

@@ -1042,8 +1042,6 @@ public:
// Whether a ping is requested.
std::atomic<bool> fPingQueued{false};
std::set<uint256> m_orphan_work_set;
CNode(NodeId id, ServiceFlags nLocalServicesIn, int nMyStartingHeightIn, SOCKET hSocketIn, const CAddress &addrIn, uint64_t nKeyedNetGroupIn, uint64_t nLocalHostNonceIn, const CAddress &addrBindIn, const std::string &addrNameIn, ConnectionType conn_type_in, bool inbound_onion = false);
~CNode();
CNode(const CNode&) = delete;