mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 16:33:08 +00:00
remove dir seperator as we already import os (#42)
This commit is contained in:
parent
b2c8e27c76
commit
2fbc371f37
@ -4,11 +4,10 @@ import
|
|||||||
options
|
options
|
||||||
#options as what # TODO: Huh? Redefinition?
|
#options as what # TODO: Huh? Redefinition?
|
||||||
|
|
||||||
from os import DirSep
|
|
||||||
from strutils import rsplit
|
from strutils import rsplit
|
||||||
template sourceDir: string = currentSourcePath.rsplit(DirSep, 1)[0]
|
template sourceDir: string = currentSourcePath.rsplit(DirSep, 1)[0]
|
||||||
|
|
||||||
const sigWakuPath = &"{sourceDir}{DirSep}rpc{DirSep}wakucallsigs.nim"
|
const sigWakuPath = sourceDir / "rpc" / "wakucallsigs.nim"
|
||||||
createRpcSigs(RpcHttpClient, sigWakuPath)
|
createRpcSigs(RpcHttpClient, sigWakuPath)
|
||||||
|
|
||||||
const topicAmount = 10 #100
|
const topicAmount = 10 #100
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user