mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-06-27 20:10:02 +00:00
fix(mix): drop duplicate wakuMix.start() — restores PR #3807's single-call sequence
This commit is contained in:
parent
0e2d276847
commit
32299c53dc
@ -696,9 +696,6 @@ proc start*(node: WakuNode) {.async.} =
|
||||
if not node.wakuRelay.isNil():
|
||||
await node.wakuRelay.start()
|
||||
|
||||
if not node.wakuMix.isNil():
|
||||
await node.wakuMix.start()
|
||||
|
||||
if not node.wakuMetadata.isNil():
|
||||
await node.wakuMetadata.start()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user