mirror of https://github.com/status-im/go-waku.git
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,
|
||||
Connectedness: network.NotConnected,
|
||||
})
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
func (w *WakuNode) PeerCount() int {
|
||||
|
|
Loading…
Reference in New Issue