mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 10:17:57 +00:00
make runtime API and chain API subsystems blocking too (#2526)
This commit is contained in:
committed by
GitHub
parent
327a203dc7
commit
ae218bb608
@@ -1557,7 +1557,7 @@ where
|
||||
all_subsystems.runtime_api,
|
||||
&metrics,
|
||||
&mut seed,
|
||||
TaskKind::Regular,
|
||||
TaskKind::Blocking,
|
||||
)?;
|
||||
|
||||
let availability_store_subsystem = spawn(
|
||||
@@ -1587,7 +1587,7 @@ where
|
||||
all_subsystems.chain_api,
|
||||
&metrics,
|
||||
&mut seed,
|
||||
TaskKind::Regular,
|
||||
TaskKind::Blocking,
|
||||
)?;
|
||||
|
||||
let collation_generation_subsystem = spawn(
|
||||
|
||||
Reference in New Issue
Block a user