mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
net: update NET_UNROUTABLE to not_publicly_routable in GetNetworkName()
This commit is contained in:
parent
2c0fc856a6
commit
b45eae4d53
2 changed files with 3 additions and 3 deletions
|
|
@ -55,7 +55,7 @@ enum Network ParseNetwork(const std::string& net_in) {
|
|||
std::string GetNetworkName(enum Network net)
|
||||
{
|
||||
switch (net) {
|
||||
case NET_UNROUTABLE: return "unroutable";
|
||||
case NET_UNROUTABLE: return "not_publicly_routable";
|
||||
case NET_IPV4: return "ipv4";
|
||||
case NET_IPV6: return "ipv6";
|
||||
case NET_ONION: return "onion";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue