fix example

This commit is contained in:
Prem Chaitanya Prathi 2025-04-14 18:03:45 +05:30
parent a2d7d1cf20
commit 9951e353b5

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