From 1b73920de1b1459bcc96b6ff86ced52d5cfcdee6 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Wed, 29 Apr 2020 17:48:07 +0100 Subject: [PATCH] remove ClientProvider import (#1054) --- polkadot/service/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/service/src/lib.rs b/polkadot/service/src/lib.rs index 05a5d35402..a36463f594 100644 --- a/polkadot/service/src/lib.rs +++ b/polkadot/service/src/lib.rs @@ -32,7 +32,7 @@ use log::info; pub use service::{ AbstractService, Role, PruningMode, TransactionPoolOptions, Error, RuntimeGenesis, TFullClient, TLightClient, TFullBackend, TLightBackend, TFullCallExecutor, TLightCallExecutor, - Configuration, ChainSpec, ServiceBuilderCommand, ClientProvider, + Configuration, ChainSpec, ServiceBuilderCommand, }; pub use service::config::{DatabaseConfig, PrometheusConfig}; pub use sc_executor::NativeExecutionDispatch;