mirror of https://github.com/status-im/nim-eth.git
Fixed rlp import
This commit is contained in:
parent
2b3358cacb
commit
d9b0c48c67
|
@ -12,7 +12,7 @@
|
||||||
## https://github.com/ethereum/wiki/wiki/Ethereum-Wire-Protocol
|
## https://github.com/ethereum/wiki/wiki/Ethereum-Wire-Protocol
|
||||||
|
|
||||||
import
|
import
|
||||||
asyncdispatch2, stint, chronicles, rlp, eth/common/eth_types,
|
asyncdispatch2, stint, chronicles, eth/rlp, eth/common/eth_types,
|
||||||
../rlpx, ../private/p2p_types, ../blockchain_utils, ../../p2p
|
../rlpx, ../private/p2p_types, ../blockchain_utils, ../../p2p
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
Loading…
Reference in New Issue