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

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