File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/subspace-service/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ pub mod dsn;
3131mod metrics;
3232pub ( crate ) mod mmr;
3333pub mod rpc;
34- mod spawn_tasks;
3534pub mod sync_from_dsn;
35+ mod task_spawner;
3636pub mod transaction_pool;
3737
3838use crate :: config:: { ChainSyncMode , SubspaceConfiguration , SubspaceNetworking } ;
@@ -1165,7 +1165,7 @@ where
11651165 // We replace the Substrate implementation of metrics server with our own.
11661166 config. base . prometheus_config . take ( ) ;
11671167
1168- let rpc_handlers = spawn_tasks :: spawn_tasks ( SpawnTasksParams {
1168+ let rpc_handlers = task_spawner :: spawn_tasks ( SpawnTasksParams {
11691169 network : network_service. clone ( ) ,
11701170 client : client. clone ( ) ,
11711171 keystore : keystore_container. keystore ( ) ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments