aboutsummaryrefslogtreecommitdiff
path: root/src/netaddress.h
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2020-01-30 16:04:25 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2020-01-30 16:04:38 +0000
commit8d07706985a72b105b63efa289121d17d31607a1 (patch)
tree5f1d7b8955a9e23dbadb214b56ecbb2f01024a03 /src/netaddress.h
parent7fcaa8291c6e155e6f5fba42e2ee8ec0bee046a3 (diff)
downloadbitcoin-8d07706985a72b105b63efa289121d17d31607a1.tar.xz
tests: Add fuzzing harness for AS-mapping (asmap)
Diffstat (limited to 'src/netaddress.h')
-rw-r--r--src/netaddress.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/netaddress.h b/src/netaddress.h
index 078234595c..44b0558157 100644
--- a/src/netaddress.h
+++ b/src/netaddress.h
@@ -39,7 +39,6 @@ class CNetAddr
explicit CNetAddr(const struct in_addr& ipv4Addr);
void SetIP(const CNetAddr& ip);
- private:
/**
* Set raw IPv4 or IPv6 address (in network byte order)
* @note Only NET_IPV4 and NET_IPV6 are allowed for network.