diff --git a/node/service/src/lib.rs b/node/service/src/lib.rs index b4f95819c..f9685ce9a 100644 --- a/node/service/src/lib.rs +++ b/node/service/src/lib.rs @@ -244,7 +244,7 @@ where /// /// This is the actual implementation that is abstract over the executor and the /// runtime api. -#[sc_tracing::logging::prefix_logs_with("Parachain")] +#[sc_tracing::logging::prefix_logs_with("Parachain🌈")] async fn start_node_impl( parachain_config: Configuration, polkadot_config: Configuration, @@ -340,15 +340,6 @@ where }) }; - if parachain_config.offchain_worker.enabled { - sc_service::build_offchain_workers( - ¶chain_config, - task_manager.spawn_handle(), - client.clone(), - network.clone(), - ); - }; - sc_service::spawn_tasks(sc_service::SpawnTasksParams { on_demand: None, remote_blockchain: None,