extend sync status interface to sync provider

This commit is contained in:
Nikolay Volf
2016-03-10 20:32:17 +04:00
parent 8dd41bfe0c
commit 25a63611f8
4 changed files with 20 additions and 18 deletions

View File

@@ -49,7 +49,7 @@ use ethcore::spec::*;
use ethcore::client::*;
use ethcore::service::{ClientService, NetSyncMessage};
use ethcore::ethereum;
use ethsync::{EthSync, SyncConfig, SyncStatusProvider};
use ethsync::{EthSync, SyncConfig, SyncProvider};
use docopt::Docopt;
use daemonize::Daemonize;
use number_prefix::{binary_prefix, Standalone, Prefixed};