From 66b65b620b9ce0576782a8bca0015758e996f1cb Mon Sep 17 00:00:00 2001 From: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com> Date: Fri, 9 Jun 2023 13:29:23 +0200 Subject: [PATCH] fix: fix RPC test import path (#1) --- tests/waku/test_rpc_waku.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/waku/test_rpc_waku.nim b/tests/waku/test_rpc_waku.nim index 36ae636..26acd74 100644 --- a/tests/waku/test_rpc_waku.nim +++ b/tests/waku/test_rpc_waku.nim @@ -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`],