remove ClientProvider import (#1054)

This commit is contained in:
Seun Lanlege
2020-04-29 17:48:07 +01:00
committed by GitHub
parent 15c0e6e3ed
commit 1b73920de1
+1 -1
View File
@@ -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;