sorting out the multi-interface dispatch scenario

This commit is contained in:
NikVolf 2016-07-12 13:23:30 +02:00
parent 6c205067b1
commit 2310ecb480

View File

@ -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};