mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-08-11 14:23:12 +00:00
fix example
This commit is contained in:
parent
a2d7d1cf20
commit
9951e353b5
@ -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