fix example

This commit is contained in:
Prem Chaitanya Prathi 2025-04-14 18:03:45 +05:30
parent 5b5fc4229a
commit 08e7e854b3

View File

@ -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