logos-messaging-nim/tests/waku_rln_relay/rln/waku_rln_relay_utils.nim
Álex Cabeza Romero f478f6d339 test(rln): Implement some rln unit tests (#2356)
* Fix sanity check location.
* Implement some rln tests.
2024-02-02 09:56:41 +01:00

7 lines
209 B
Nim

import std/tempfiles
import ../../../waku/waku_rln_relay/[rln, protocol_types]
proc createRLNInstanceWrapper*(): RLNResult =
return createRlnInstance(tree_path = genTempPath("rln_tree", "waku_rln_relay"))