From 9c47cb29f9f525ee58acc629825a97075156d764 Mon Sep 17 00:00:00 2001 From: Neha Narula Date: Sun, 13 Sep 2020 19:07:49 -0400 Subject: [Rename only] Rename orphan_work_set to m_orphan_work_set. This helps distinguish the member from any local variables. --- src/net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net.h') diff --git a/src/net.h b/src/net.h index 7c63516394..c357d33165 100644 --- a/src/net.h +++ b/src/net.h @@ -1042,7 +1042,7 @@ public: // Whether a ping is requested. std::atomic fPingQueued{false}; - std::set orphan_work_set; + 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(); -- cgit v1.2.3