Fix "cannot find init" as nimcrypto wasn't visible in ethprocs
This commit is contained in:
parent
bb07650f33
commit
e5c92dd207
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue