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

Commit

Permalink
Fix RPC tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka committed Mar 4, 2018
1 parent 6dc4e8a commit c3e8fb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ vm = { path = "../ethcore/vm" }
[dev-dependencies]
pretty_assertions = "0.1"
macros = { path = "../util/macros" }
ethcore-network-devp2p = { path = "../util/network-devp2p" }
ethcore-network = { path = "../util/network" }
kvdb-memorydb = { path = "../util/kvdb-memorydb" }
2 changes: 1 addition & 1 deletion rpc/src/v1/tests/mocked/manage_network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use ethsync::{ManageNetwork, NetworkConfiguration};
use self::ethcore_network::{ProtocolId, NetworkContext};

extern crate ethcore_network_devp2p;
extern crate ethcore_network;

pub struct TestManageNetwork;

Expand Down

0 comments on commit c3e8fb5

Please sign in to comment.