mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
p2p: remove unused m_is_onion member from NodeEvictionCandidate struct
This commit is contained in:
parent
310fab4928
commit
045cb40192
4 changed files with 3 additions and 8 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue