Skip to content

Commit ff568cc

Browse files
committed
Rename module
1 parent ca3a743 commit ff568cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/subspace-service/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ pub mod dsn;
3131
mod metrics;
3232
pub(crate) mod mmr;
3333
pub mod rpc;
34-
mod spawn_tasks;
3534
pub mod sync_from_dsn;
35+
mod task_spawner;
3636
pub mod transaction_pool;
3737

3838
use 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.

0 commit comments

Comments
 (0)