refactor: Remove nMyStartingHeight from CNode/Connman

This commit is contained in:
MarcoFalke
2021-01-02 10:25:05 +01:00
parent ae8f797135
commit faaa4f2b6a
12 changed files with 33 additions and 55 deletions

View File

@@ -117,7 +117,6 @@ FUZZ_TARGET_INIT(net, initialize_net)
(void)node.GetId();
(void)node.GetLocalNonce();
(void)node.GetLocalServices();
(void)node.GetMyStartingHeight();
const int ref_count = node.GetRefCount();
assert(ref_count >= 0);
(void)node.GetCommonVersion();