mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-01 21:06:11 +00:00
fix lint
This commit is contained in:
@@ -457,6 +457,8 @@ func (m *PeerManager) getConnectedInfo() connectedInfo {
|
||||
out.incoming++
|
||||
case peerConnectionOutgoing:
|
||||
out.outgoing++
|
||||
case peerConnectionInvalid:
|
||||
continue
|
||||
}
|
||||
}
|
||||
return out
|
||||
|
||||
Reference in New Issue
Block a user