ethp2p was renamed to eth_p2p

This commit is contained in:
Zahary Karadjov 2018-06-16 22:14:31 +03:00
parent 05703fc86f
commit eacf13ed97
3 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@ requires "nim >= 0.18.1",
"rlp",
"stint",
"https://github.com/status-im/nim-eth-common",
"https://github.com/status-im/nim-eth-p2p",
"https://github.com/status-im/nim-eth-keyfile"
"eth_p2p",
"eth_keyfile"
proc test(name: string, lang = "c") =
if not dirExists "build":

View File

@ -7,7 +7,7 @@
# This file may not be copied, modified, or distributed except according to
# those terms.
import parseopt, strutils, net, ethp2p, eth_keyfile, eth_keys, json,
import parseopt, strutils, net, eth_p2p, eth_keyfile, eth_keys, json,
nimcrypto
const

View File

@ -8,7 +8,7 @@
# those terms.
import asyncdispatch, net # stdlib modules
import ethp2p, eth_keys, nimcrypto # external modules
import eth_p2p, eth_keys, nimcrypto # external modules
import service, ../config # internal modules
type