mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-28 15:00:57 +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