mirror of https://github.com/status-im/nim-eth.git
Fixed imports
This commit is contained in:
parent
46656bf8c2
commit
fe9fa7689b
|
@ -1,5 +1,5 @@
|
||||||
import
|
import
|
||||||
eth/trie/[defs, db, hexary], rlp,
|
eth/trie/[trie_defs, db, hexary], eth/rlp,
|
||||||
eth_types
|
eth_types
|
||||||
|
|
||||||
proc getAccount*(db: TrieDatabaseRef,
|
proc getAccount*(db: TrieDatabaseRef,
|
||||||
|
|
Loading…
Reference in New Issue