mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-06 18:53:21 +01:00
[net processing] Remove CNode::nLocalServices
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user