mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-08 00:43:06 +00:00
7 lines
209 B
Nim
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"))
|