From 2f7580f0828310cb41f21fa52144ba495827d432 Mon Sep 17 00:00:00 2001 From: coffeepots Date: Thu, 14 Jun 2018 16:53:24 +0100 Subject: [PATCH] Update to use rpc folder --- tests/debugclient.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/debugclient.nim b/tests/debugclient.nim index cd48d5e..574302f 100644 --- a/tests/debugclient.nim +++ b/tests/debugclient.nim @@ -1,4 +1,4 @@ -include ../ eth-rpc / client +include ../ rpc / client proc nextId*(self: RpcClient): int64 = self.nextId