Expose new_full_parts_with_genesis_builder from sc-service (#13539)

I forgot this in https://github.com/paritytech/substrate/pull/12291
This commit is contained in:
Liu-Cheng Xu
2023-03-07 04:39:32 +08:00
committed by GitHub
parent 1a7f5be07f
commit 58d1d9e117
+3 -2
View File
@@ -58,8 +58,9 @@ use sp_runtime::{
pub use self::{
builder::{
build_network, build_offchain_workers, new_client, new_db_backend, new_full_client,
new_full_parts, spawn_tasks, BuildNetworkParams, KeystoreContainer, NetworkStarter,
SpawnTasksParams, TFullBackend, TFullCallExecutor, TFullClient,
new_full_parts, new_full_parts_with_genesis_builder, spawn_tasks, BuildNetworkParams,
KeystoreContainer, NetworkStarter, SpawnTasksParams, TFullBackend, TFullCallExecutor,
TFullClient,
},
client::{ClientConfig, LocalCallExecutor},
error::Error,