fix: fix RPC test import path

This commit is contained in:
Hanno Cornelius 2023-06-09 13:10:02 +02:00
parent a2375d2eb4
commit b0b2d7a3b9
No known key found for this signature in database
GPG Key ID: 081F615B3EDEF8DE

View File

@ -10,7 +10,7 @@ import
template sourceDir*: string = currentSourcePath.rsplit(DirSep, 1)[0]
## Generate client convenience marshalling wrappers from forward declarations
## For testing, ethcallsigs needs to be kept in sync with ../waku/node/v1/rpc/waku
const sigPath = sourceDir / ParDir / ParDir / "waku" / "v1" / "node" / "rpc" / "wakucallsigs.nim"
const sigPath = sourceDir / ParDir / ParDir / "waku" / "node" / "rpc" / "wakucallsigs.nim"
createRpcSigs(RpcSocketClient, sigPath)
proc setupNode(capabilities: varargs[ProtocolInfo, `protocolInfo`],