p2p: remove unused m_is_onion member from NodeEvictionCandidate struct

This commit is contained in:
Jon Atack
2021-06-11 11:54:08 +02:00
parent 310fab4928
commit 045cb40192
4 changed files with 3 additions and 8 deletions

View File

@@ -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);
}
}