mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-06 16:03:10 +00:00
fix: return
This commit is contained in:
parent
4ce04014d1
commit
1cf3de3a3f
@ -743,6 +743,8 @@ func (w *WakuNode) ClosePeerById(id peer.ID) error {
|
|||||||
Peer: id,
|
Peer: id,
|
||||||
Connectedness: network.NotConnected,
|
Connectedness: network.NotConnected,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (w *WakuNode) PeerCount() int {
|
func (w *WakuNode) PeerCount() int {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user