fix: return

This commit is contained in:
Richard Ramos 2021-09-06 09:34:58 -04:00
parent 5c24505ca5
commit 6a95b07add
No known key found for this signature in database
GPG Key ID: 80D4B01265FDFE8F

View File

@ -743,6 +743,8 @@ func (w *WakuNode) ClosePeerById(id peer.ID) error {
Peer: id,
Connectedness: network.NotConnected,
})
return nil
}
func (w *WakuNode) PeerCount() int {