Skip to content

Commit

Permalink
Expose new_full_parts_with_genesis_builder from sc-service (parityt…
Browse files Browse the repository at this point in the history
…ech#13539)

I forgot this in paritytech#12291
  • Loading branch information
liuchengxu authored and nathanwhit committed Jul 19, 2023
1 parent bb4d9ab commit 7fcdb56
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 7fcdb56

Please sign in to comment.