aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/node_eviction.cpp
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2021-06-11 11:54:08 +0200
committerJon Atack <jon@atack.com>2021-06-14 13:58:05 +0200
commit045cb40192bf3dfa6c42916237e55f86bbc788d4 (patch)
treec482449df5b49cfbf20c412da05fadeec21e2afe /src/test/fuzz/node_eviction.cpp
parent310fab49282d507e5fa710afb20d036604bbf3a2 (diff)
downloadbitcoin-045cb40192bf3dfa6c42916237e55f86bbc788d4.tar.xz
p2p: remove unused m_is_onion member from NodeEvictionCandidate struct
Diffstat (limited to 'src/test/fuzz/node_eviction.cpp')
-rw-r--r--src/test/fuzz/node_eviction.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/fuzz/node_eviction.cpp b/src/test/fuzz/node_eviction.cpp
index 9f02b5271b..a3f71426fa 100644
--- a/src/test/fuzz/node_eviction.cpp
+++ b/src/test/fuzz/node_eviction.cpp
@@ -31,7 +31,6 @@ FUZZ_TARGET(node_eviction)
/* nKeyedNetGroup */ fuzzed_data_provider.ConsumeIntegral<uint64_t>(),
/* prefer_evict */ fuzzed_data_provider.ConsumeBool(),
/* m_is_local */ fuzzed_data_provider.ConsumeBool(),
- /* m_is_onion */ fuzzed_data_provider.ConsumeBool(),
/* m_network */ fuzzed_data_provider.PickValueInArray(ALL_NETWORKS),
});
}