Commit 4cb536b5 authored by Steven Allen's avatar Steven Allen

fix: use correct reachability type

parent 9d9170e9
......@@ -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