Update to latest Substrate & Polkadot (#341)

This commit is contained in:
Bastian Köcher
2021-02-24 20:15:52 +01:00
committed by GitHub
parent f82489dbee
commit a4b4264a5a
6 changed files with 417 additions and 258 deletions
@@ -106,7 +106,7 @@ pub fn import_queue<Client, Block: BlockT, I>(
client: Arc<Client>,
block_import: I,
inherent_data_providers: InherentDataProviders,
spawner: &impl sp_core::traits::SpawnNamed,
spawner: &impl sp_core::traits::SpawnEssentialNamed,
registry: Option<&substrate_prometheus_endpoint::Registry>,
) -> ClientResult<BasicQueue<Block, I::Transaction>>
where