fix: return

This commit is contained in:
Richard Ramos 2021-09-06 09:34:58 -04:00 committed by Vitaliy Vlasov
parent 4ce04014d1
commit 1cf3de3a3f
1 changed files with 2 additions and 0 deletions

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 {