Files
bitcoin/src
Vasil Dimov a164cd3ba6 net: simplify CNetAddr::IsRoutable()
Reduce the condition `IsRFC4193() && !IsTor()` to `IsRFC4193()`. We know
that if `IsRFC4193()` is `true` then, for sure, the address is not Tor,
so `!IsTor()` is also `true`.
2021-06-04 16:09:25 +02:00
..
2021-05-11 10:39:44 +02:00
2021-04-06 14:50:17 +08:00
2021-05-24 12:14:16 -07:00