Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Remove unnecessary dependency on devp2p
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka committed Mar 4, 2018
1 parent 6dc4e8a commit a499815
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,4 @@ vm = { path = "../ethcore/vm" }
[dev-dependencies]
pretty_assertions = "0.1"
macros = { path = "../util/macros" }
ethcore-network-devp2p = { path = "../util/network-devp2p" }
kvdb-memorydb = { path = "../util/kvdb-memorydb" }
2 changes: 0 additions & 2 deletions rpc/src/v1/tests/mocked/manage_network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
use ethsync::{ManageNetwork, NetworkConfiguration};
use self::ethcore_network::{ProtocolId, NetworkContext};

extern crate ethcore_network_devp2p;

pub struct TestManageNetwork;

// TODO: rob, gavin (originally introduced this functions) - proper tests and test state
Expand Down

0 comments on commit a499815

Please sign in to comment.