mirror of
https://github.com/status-im/nim-eth.git
synced 2025-02-05 10:53:31 +00:00
* Add build_dcli target and add it to CI * Fix local imports for dcli * And use local imports for all other files too * Use local imports in tests and rlpx protocols
3 lines
59 B
Nim
3 lines
59 B
Nim
import ./common/[eth_types, utils]
|
|
export eth_types, utils
|