mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-02-12 09:53:08 +00:00
fix example
This commit is contained in:
parent
5b5fc4229a
commit
08e7e854b3
@ -113,7 +113,7 @@ proc setupAndPublish(rng: ref HmacDrbgContext, conf: LPMixConf) {.async.} =
|
||||
if keyPairResult.isErr:
|
||||
return
|
||||
let (mixPrivKey, mixPubKey) = keyPairResult.get()
|
||||
(await node.mountMix(mixPrivKey)).isOkOr:
|
||||
(await node.mountMix(clusterId, mixPrivKey)).isOkOr:
|
||||
error "failed to mount waku mix protocol: ", error = $error
|
||||
return
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user