diff options
author | Neha Narula <narula@gmail.com> | 2020-09-13 19:29:50 -0400 |
---|---|---|
committer | Neha Narula <narula@gmail.com> | 2020-10-14 10:08:37 -0400 |
commit | 8803aee66813d27ddbdfce937ab9c35f8f7c35bc (patch) | |
tree | 9f5864917c7b147c9a4e0bf0f19e64dc079b3e4a /src/net.h | |
parent | 9c47cb29f9f525ee58acc629825a97075156d764 (diff) |
Move m_orphan_work_set to net_processing
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |