mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
refactor: Remove nMyStartingHeight from CNode/Connman
This commit is contained in:
parent
ae8f797135
commit
faaa4f2b6a
12 changed files with 33 additions and 55 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue