From 7e1fe1800acc5f12a39a42f082f35ff4afcc965b 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