mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-06-29 13:00:06 +00:00
Fix botched setRlnValidator callsites from rename
This commit is contained in:
parent
23a0a6d0bc
commit
db1a185c01
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user