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],