From 4c5eeac41e88c48a4a9abcccb58a417f221fba6b Mon Sep 17 00:00:00 2001 From: andri lim Date: Sat, 2 Mar 2019 21:37:07 +0700 Subject: [PATCH] make test green --- tests/test_generalstate_json.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_generalstate_json.nim b/tests/test_generalstate_json.nim index c4c2375ab..e1249cc70 100644 --- a/tests/test_generalstate_json.nim +++ b/tests/test_generalstate_json.nim @@ -7,7 +7,7 @@ import unittest, strformat, strutils, tables, json, ospaths, times, - byteutils, ranges/typedranges, nimcrypto/[keccak, hash], options, + byteutils, ranges/typedranges, nimcrypto, options, eth/[rlp, common, keys], eth/trie/db, chronicles, ./test_helpers, ../nimbus/p2p/executor, ../nimbus/[constants, errors, transaction],