Companion for Substrate#8155 (#2478)

* Companion for Substrate#8155

https://github.com/paritytech/substrate/pull/8155

* :D

* Update the Substrate reference
This commit is contained in:
Bastian Köcher
2021-02-19 20:59:13 +01:00
committed by GitHub
parent 49c6aa9a76
commit 44519d1d2c
2 changed files with 141 additions and 141 deletions
+139 -139
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -286,7 +286,7 @@ fn new_partial<RuntimeApi, Executor>(config: &mut Configuration, jaeger_agent: O
client.clone(),
select_chain.clone(),
inherent_data_providers.clone(),
&task_manager.spawn_handle(),
&task_manager.spawn_essential_handle(),
config.prometheus_registry(),
consensus_common::CanAuthorWithNativeVersion::new(client.executor().clone()),
)?;
@@ -955,7 +955,7 @@ fn new_light<Runtime, Dispatch>(mut config: Configuration) -> Result<(
client.clone(),
select_chain.clone(),
inherent_data_providers.clone(),
&task_manager.spawn_handle(),
&task_manager.spawn_essential_handle(),
config.prometheus_registry(),
consensus_common::NeverCanAuthor,
)?;