net: update NET_UNROUTABLE to not_publicly_routable in GetNetworkName()

This commit is contained in:
Jon Atack
2021-01-19 15:35:56 +01:00
parent 2c0fc856a6
commit b45eae4d53
2 changed files with 3 additions and 3 deletions

View File

@ -44,8 +44,8 @@ from test_framework.netutil import test_ipv6_local
RANGE_BEGIN = PORT_MIN + 2 * PORT_RANGE # Start after p2p and rpc ports
# Networks returned by RPC getpeerinfo, defined in src/netbase.cpp::GetNetworkName()
NET_UNROUTABLE = "unroutable"
# Networks returned by RPC getpeerinfo.
NET_UNROUTABLE = "not_publicly_routable"
NET_IPV4 = "ipv4"
NET_IPV6 = "ipv6"
NET_ONION = "onion"