We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67be6d7 commit 26a93bcCopy full SHA for 26a93bc
src/net.h
@@ -703,7 +703,6 @@ class CNode
703
std::vector<CAddress> vAddrToSend;
704
CRollingBloomFilter addrKnown;
705
bool fGetAddr{false};
706
- std::set<uint256> setKnown;
707
int64_t nNextAddrSend GUARDED_BY(cs_sendProcessing){0};
708
int64_t nNextLocalAddrSend GUARDED_BY(cs_sendProcessing){0};
709
0 commit comments