Unverified Commit 378d3831 authored by Tomasz Drwięga's avatar Tomasz Drwięga Committed by GitHub
Browse files

Companion for #8137 (MMR Custom RPC) (#2463)

* Switch branch

* Fix compilation.

* Revert "Switch branch"

This reverts commit a3bd3621.

* Update Cargo.lock.

* Add telemetry span back.

* Fix telemetry_span issues.

* Update substrate.
parent 2da5095d
Pipeline #127683 canceled with stages
in 10 minutes and 52 seconds
This diff is collapsed.
......@@ -691,7 +691,7 @@ pub fn new_full<RuntimeApi, Executor>(
if config.offchain_worker.enabled {
let _ = service::build_offchain_workers(
&config, backend.clone(), task_manager.spawn_handle(), client.clone(), network.clone(),
&config, task_manager.spawn_handle(), client.clone(), network.clone(),
);
}
......@@ -1009,7 +1009,6 @@ fn new_light<Runtime, Dispatch>(mut config: Configuration) -> Result<(
if config.offchain_worker.enabled {
let _ = service::build_offchain_workers(
&config,
backend.clone(),
task_manager.spawn_handle(),
client.clone(),
network.clone(),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment