From e5c92dd207a89176533d9341caaece5a6f0a67a7 Mon Sep 17 00:00:00 2001 From: coffeepots Date: Thu, 14 Jun 2018 17:02:17 +0100 Subject: [PATCH] Fix "cannot find init" as nimcrypto wasn't visible in ethprocs --- tests/testethcalls.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testethcalls.nim b/tests/testethcalls.nim index c55213b..702d3d6 100644 --- a/tests/testethcalls.nim +++ b/tests/testethcalls.nim @@ -1,6 +1,6 @@ import unittest, json, tables import ../rpcclient, ../rpcstreamservers -import stint, ethtypes, ethprocs, stintjson +import stint, ethtypes, ethprocs, stintjson, nimcrypto from os import getCurrentDir, DirSep from strutils import rsplit