Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
comments -
Browse files Browse the repository at this point in the history
  • Loading branch information
NikVolf committed Jul 16, 2016
1 parent c3ef5c1 commit 9eed51e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions parity/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,6 @@ fn execute_client(conf: Configuration, spec: Spec, client_config: ClientConfig)
let (sync_provider, manage_network, chain_notify) =
modules::sync(sync_config, NetworkConfiguration::from(net_settings), client.clone())
.unwrap_or_else(|e| die_with_error("Sync", e));
//
// let sync = EthSync::new(sync_config, client.clone(), NetworkConfiguration::from(net_settings))
// .unwrap_or_else(|e| die_with_error("Sync", ethcore::error::Error::Util(e)));
service.set_notify(&chain_notify);

// if network is active by default
Expand Down

0 comments on commit 9eed51e

Please sign in to comment.