fix test_rpc: switch state_db to accounts_cache

This commit is contained in:
jangko 2020-06-01 20:37:00 +07:00
parent 8ee0ab4e89
commit 8efcfd32d8
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import
eth/[rlp, keys], eth/trie/db, eth/p2p/rlpx_protocols/eth_protocol,
../nimbus/rpc/[common, p2p, hexstrings, rpc_types],
../nimbus/[constants, vm_state, config, genesis],
../nimbus/db/[state_db, db_chain, storage_types],
../nimbus/db/[accounts_cache, db_chain, storage_types],
../nimbus/p2p/chain,
./rpcclient/test_hexstrings, ./test_helpers