Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Expose new_full_parts_with_genesis_builder from sc-service (#13539)
Browse files Browse the repository at this point in the history
I forgot this in #12291
  • Loading branch information
liuchengxu authored Mar 6, 2023
1 parent e7aa37e commit 0f5a22a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0f5a22a

Please sign in to comment.