diff --git a/network/network.go b/network/network.go index 7b61c50..43fd011 100644 --- a/network/network.go +++ b/network/network.go @@ -59,7 +59,7 @@ type Reachability int const ( // ReachabilityUnknown indicates that the reachability status of the // node is unknown. - ReachabilityUnknown = iota + ReachabilityUnknown Reachability = iota // ReachabilityPublic indicates that the node is reachable from the // public internet.