We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a164cd3 commit bdb6209Copy full SHA for bdb6209
src/test/fuzz/netaddress.cpp
@@ -54,7 +54,7 @@ FUZZ_TARGET(netaddress)
54
(void)net_addr.IsRFC3927();
55
(void)net_addr.IsRFC3964();
56
if (net_addr.IsRFC4193()) {
57
- assert(net_addr.GetNetwork() == Network::NET_ONION || net_addr.GetNetwork() == Network::NET_INTERNAL || net_addr.GetNetwork() == Network::NET_UNROUTABLE);
+ assert(net_addr.GetNetwork() == Network::NET_INTERNAL || net_addr.GetNetwork() == Network::NET_UNROUTABLE);
58
}
59
(void)net_addr.IsRFC4380();
60
(void)net_addr.IsRFC4843();
0 commit comments