Fix botched setRlnValidator callsites from rename

This commit is contained in:
stubbsta 2026-06-27 13:21:09 +02:00
parent 23a0a6d0bc
commit db1a185c01
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ proc setupRelayWithOnChainRln*(
node: WakuNode, shards: seq[RelayShard], wakuRlnConfig: WakuRlnConfig
) {.async.} =
await node.mountRelay(shards)
await node.(wakuRlnConfig)
await node.setRlnValidator(wakuRlnConfig)
suite "Waku RlnRelay - End to End - Static":
var

View File

@ -52,7 +52,7 @@ procSuite "WakuNode - RLN relay":
let wakuRlnConfig1 =
getWakuRlnConfig(manager = manager, index = MembershipIndex(1))
await node1.(wakuRlnConfig1)
await node1.setRlnValidator(wakuRlnConfig1)
await node1.start()
# Registration is mandatory before sending messages with rln-relay