Fix tests again.

This commit is contained in:
Gav Wood 2016-07-09 17:22:20 +02:00
parent 716de21873
commit ee253c7a3f

View File

@ -38,7 +38,7 @@
//! use ethcore::client::{Client, ClientConfig};
//! use ethsync::{EthSync, SyncConfig};
//! use ethcore::ethereum;
//! use ethcore::miner::Miner;
//! use ethcore::miner::{GasPricer, Miner};
//!
//! fn main() {
//! let mut service = NetworkService::new(NetworkConfiguration::new()).unwrap();