mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 22:31:03 +00:00
Delay network startup to after complete initialization (#6833)
* Delay network startup to after complete initialization * Update client/service/src/builder.rs Co-authored-by: Ashley <ashley.ruglys@gmail.com> Co-authored-by: Ashley <ashley.ruglys@gmail.com>
This commit is contained in:
@@ -53,7 +53,7 @@ use sp_utils::{status_sinks, mpsc::{tracing_unbounded, TracingUnboundedReceiver,
|
||||
pub use self::error::Error;
|
||||
pub use self::builder::{
|
||||
new_full_client, new_client, new_full_parts, new_light_parts,
|
||||
spawn_tasks, build_network, BuildNetworkParams, build_offchain_workers,
|
||||
spawn_tasks, build_network, BuildNetworkParams, NetworkStarter, build_offchain_workers,
|
||||
SpawnTasksParams, TFullClient, TLightClient, TFullBackend, TLightBackend,
|
||||
TLightBackendWithHash, TLightClientWithBackend,
|
||||
TFullCallExecutor, TLightCallExecutor, RpcExtensionBuilder, NoopRpcExtensionBuilder,
|
||||
|
||||
Reference in New Issue
Block a user