Merge pull request #641 from ethcore/jsonrpc_interfaces

jsonrpc uses client and sync interfaces
This commit is contained in:
Gav Wood
2016-03-10 15:44:05 +01:00
6 changed files with 81 additions and 58 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};
use ethsync::{EthSync, SyncConfig, SyncStatusProvider};
use docopt::Docopt;
use daemonize::Daemonize;
use number_prefix::{binary_prefix, Standalone, Prefixed};