Unverified Commit 970fe32c authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #141 from libp2p/fix/reachability-type

fix: use correct reachability type
parents 9d9170e9 4cb536b5
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment