diff --git a/parity/informant.rs b/parity/informant.rs index b6ecdefff..32d730295 100644 --- a/parity/informant.rs +++ b/parity/informant.rs @@ -21,7 +21,7 @@ use self::ansi_term::Style; use std::time::{Instant, Duration}; use std::ops::{Deref, DerefMut}; use ethsync::{SyncStatus, NetworkConfiguration}; -use util::{Uint, RwLockable}; +use util::{Uint, RwLock}; use ethcore::client::*; use number_prefix::{binary_prefix, Standalone, Prefixed};