Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
gguoss committed Jan 11, 2019
1 parent 07ad624 commit d01b25b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
21 changes: 14 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions core/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ extern crate substrate_client as client;
extern crate substrate_client_db as client_db;
extern crate parity_codec as codec;
extern crate substrate_transaction_pool as transaction_pool;
extern crate substrate_consensus_aura_primitives as aura_primitives;
//extern crate substrate_consensus_aura_primitives as aura_primitives;
//extern crate substrate_rpc_servers as rpc;
extern crate target_info;
extern crate tokio;
Expand Down Expand Up @@ -106,7 +106,7 @@ pub struct Service<Components: components::Components> {
/// Configuration of this Service
pub config: FactoryFullConfiguration<Components::Factory>,
//_rpc: Box<::std::any::Any + Send + Sync>,
_telemetry: Option<tel::Telemetry>,
_telemetry: Option<Arc<tel::Telemetry>>,
}

/// Creates bare client without any networking.
Expand Down

0 comments on commit d01b25b

Please sign in to comment.