p2p: add m_network to NodeEvictionCandidate struct

This commit is contained in:
Jon Atack
2021-06-10 11:44:55 +02:00
parent 7321e6f2fe
commit 4ee7aec47e
4 changed files with 6 additions and 1 deletions

View File

@@ -1210,6 +1210,7 @@ struct NodeEvictionCandidate
bool prefer_evict;
bool m_is_local;
bool m_is_onion;
Network m_network;
};
/**