fixes typo

This commit is contained in:
andri lim 2019-12-07 22:37:31 +07:00 committed by zah
parent 05c57f93f3
commit df21dd44cb
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import
options,
eth/[common, rlp, bloom], eth/trie/[db, trie_defs],
ethash, stew/endians2, nimcrypto,
./test_helpers, , ./test_allowed_to_fail,
./test_helpers, ./test_allowed_to_fail,
../premix/parser, test_config,
../nimbus/vm/interpreter/vm_forks,
../nimbus/[vm_state, utils, vm_types, errors, transaction, constants],