mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-08 08:53:12 +00:00
fix: stop node without rln
This commit is contained in:
parent
4c2b2a04c5
commit
81220b0a2e
@ -96,6 +96,8 @@ func (w *WakuNode) mountRlnRelay() error {
|
||||
}
|
||||
|
||||
func (w *WakuNode) stopRlnRelay() error {
|
||||
w.rlnRelay.Stop()
|
||||
if w.rlnRelay != nil {
|
||||
w.rlnRelay.Stop()
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user