From 2310ecb480b12e7eb70e241fdf5d5e0c3a84aca5 Mon Sep 17 00:00:00 2001 From: NikVolf Date: Tue, 12 Jul 2016 13:23:30 +0200 Subject: [PATCH] sorting out the multi-interface dispatch scenario --- parity/informant.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parity/informant.rs b/parity/informant.rs index 32d730295..b6ecdefff 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, RwLock}; +use util::{Uint, RwLockable}; use ethcore::client::*; use number_prefix::{binary_prefix, Standalone, Prefixed};