diff options
| author | practicalswift <[email protected]> | 2020-01-30 16:04:25 +0000 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2020-01-30 16:04:38 +0000 |
| commit | 8d07706985a72b105b63efa289121d17d31607a1 (patch) | |
| tree | 5f1d7b8955a9e23dbadb214b56ecbb2f01024a03 /src/netaddress.h | |
| parent | Merge #18009: tests: Add fuzzing harness for strprintf(…) (diff) | |
| download | discoin-8d07706985a72b105b63efa289121d17d31607a1.tar.xz discoin-8d07706985a72b105b63efa289121d17d31607a1.zip | |
tests: Add fuzzing harness for AS-mapping (asmap)
Diffstat (limited to 'src/netaddress.h')
| -rw-r--r-- | src/netaddress.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/netaddress.h b/src/netaddress.h index 078234595..44b055815 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. |