Skip to content
Snippets Groups Projects
Commit 1b73920d authored by Web3 Philosopher's avatar Web3 Philosopher Committed by GitHub
Browse files

remove ClientProvider import (#1054)

parent 15c0e6e3
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment