This commit is contained in:
tycho garen
2022-06-15 11:45:58 -04:00
parent e3a83daf40
commit f822f21ecd
+2
View File
@@ -457,6 +457,8 @@ func (m *PeerManager) getConnectedInfo() connectedInfo {
out.incoming++
case peerConnectionOutgoing:
out.outgoing++
case peerConnectionInvalid:
continue
}
}
return out