Merge pull request #664 from ethcore/sync-provider

extend sync status interface to sync provider
This commit is contained in:
Nikolay Volf
2016-03-10 21:18:41 +03:00
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};