diff options
author | Jon Atack <jon@atack.com> | 2021-06-11 11:54:08 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2021-06-14 13:58:05 +0200 |
commit | 045cb40192bf3dfa6c42916237e55f86bbc788d4 (patch) | |
tree | c482449df5b49cfbf20c412da05fadeec21e2afe /src/net.h | |
parent | 310fab49282d507e5fa710afb20d036604bbf3a2 (diff) |
p2p: remove unused m_is_onion member from NodeEvictionCandidate struct
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1209,7 +1209,6 @@ struct NodeEvictionCandidate uint64_t nKeyedNetGroup; bool prefer_evict; bool m_is_local; - bool m_is_onion; Network m_network; }; |