mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
net: move vNodesDisconnected into CConnman
This commit is contained in:
@@ -820,8 +820,6 @@ size_t SocketSendData(CNode *pnode)
|
||||
return nSentSize;
|
||||
}
|
||||
|
||||
static std::list<CNode*> vNodesDisconnected;
|
||||
|
||||
struct NodeEvictionCandidate
|
||||
{
|
||||
NodeId id;
|
||||
|
||||
Reference in New Issue
Block a user