From 0193ba2bab92cf9fb3df8771f014029774146d0b Mon Sep 17 00:00:00 2001 From: coffeepots Date: Wed, 9 May 2018 14:51:19 +0100 Subject: [PATCH] Use rpcserver import --- tests/testrpcmacro.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testrpcmacro.nim b/tests/testrpcmacro.nim index da5f299..0f83916 100644 --- a/tests/testrpcmacro.nim +++ b/tests/testrpcmacro.nim @@ -1,4 +1,4 @@ -import ../ eth-rpc / server / servertypes, unittest, asyncdispatch, json, tables +import ../ rpcserver, unittest, asyncdispatch, json, tables type # some nested types to check object parsing