mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
p2p: remove unused m_is_onion member from NodeEvictionCandidate struct
This commit is contained in:
@@ -1063,7 +1063,7 @@ bool CConnman::AttemptToEvictConnection()
|
||||
HasAllDesirableServiceFlags(node->nServices),
|
||||
peer_relay_txes, peer_filter_not_null, node->nKeyedNetGroup,
|
||||
node->m_prefer_evict, node->addr.IsLocal(),
|
||||
node->m_inbound_onion, node->ConnectedThroughNetwork()};
|
||||
node->ConnectedThroughNetwork()};
|
||||
vEvictionCandidates.push_back(candidate);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user