From 8803aee66813d27ddbdfce937ab9c35f8f7c35bc Mon Sep 17 00:00:00 2001 From: Neha Narula Date: Sun, 13 Sep 2020 19:29:50 -0400 Subject: Move m_orphan_work_set to net_processing --- src/net.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/net.h') diff --git a/src/net.h b/src/net.h index c357d33165..da82fe9a2e 100644 --- a/src/net.h +++ b/src/net.h @@ -1042,8 +1042,6 @@ public: // Whether a ping is requested. std::atomic fPingQueued{false}; - std::set 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; -- cgit v1.2.3