mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
[net processing] Remove CNode::nLocalServices
This commit is contained in:
parent
5961f8eea1
commit
8d8eeb422e
10 changed files with 65 additions and 87 deletions
|
|
@ -68,7 +68,6 @@ FUZZ_TARGET_INIT(net, initialize_net)
|
|||
(void)node.GetAddrLocal();
|
||||
(void)node.GetId();
|
||||
(void)node.GetLocalNonce();
|
||||
(void)node.GetLocalServices();
|
||||
const int ref_count = node.GetRefCount();
|
||||
assert(ref_count >= 0);
|
||||
(void)node.GetCommonVersion();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue