From c60e02d1511ed26df49cb8472d0c5cd27a45bf2d Mon Sep 17 00:00:00 2001 From: NikVolf Date: Thu, 14 Jul 2016 12:32:55 +0200 Subject: [PATCH] fix rwlock --- parity/informant.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};