Substrate companion #9074 (#3204)

* Substrate companion #9074

* update Substrate

Co-authored-by: parity-processbot <>
This commit is contained in:
Bastian Köcher
2021-06-11 18:52:31 +01:00
committed by GitHub
parent d7213d33ba
commit c8cf749aab
2 changed files with 157 additions and 174 deletions
+155 -172
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -285,7 +285,7 @@ fn new_partial<RuntimeApi, Executor>(
config.transaction_pool.clone(),
config.role.is_authority().into(),
config.prometheus_registry(),
task_manager.spawn_handle(),
task_manager.spawn_essential_handle(),
client.clone(),
);
@@ -1096,7 +1096,7 @@ fn new_light<Runtime, Dispatch>(mut config: Configuration) -> Result<(
let transaction_pool = Arc::new(sc_transaction_pool::BasicPool::new_light(
config.transaction_pool.clone(),
config.prometheus_registry(),
task_manager.spawn_handle(),
task_manager.spawn_essential_handle(),
client.clone(),
on_demand.clone(),
));