Don't depend directly on libp2p (#963)

* Don't depend directly on libp2p

* Fix bad import
This commit is contained in:
Pierre Krieger
2020-04-03 00:53:10 +02:00
committed by GitHub
parent 0252e89a8c
commit 5b5ab9757b
3 changed files with 2 additions and 6 deletions
-1
View File
@@ -10,7 +10,6 @@ log = "0.4.8"
parking_lot = "0.10.0"
futures = "0.3.1"
rand = "0.7.2"
libp2p = { version = "0.16.2", default-features = false, features = ["libp2p-websocket"] }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-network-test = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }