Fixed rlp import

This commit is contained in:
Yuriy Glukhov 2019-02-05 18:22:21 +02:00
parent 2b3358cacb
commit d9b0c48c67
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
## https://github.com/ethereum/wiki/wiki/Ethereum-Wire-Protocol
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
type