mirror of
https://github.com/libp2p/go-libp2p-core.git
synced 2025-01-29 04:40:10 +08:00
Merge pull request #141 from libp2p/fix/reachability-type
fix: use correct reachability type
This commit is contained in:
commit
970fe32cba
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user