From 68b715510f20f4a63864732de9816b3f374f9450 Mon Sep 17 00:00:00 2001 From: Ermal Kaleci Date: Fri, 5 Jul 2024 16:31:56 +0200 Subject: [PATCH] fmt --- bin/collator/src/parachain/service.rs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bin/collator/src/parachain/service.rs b/bin/collator/src/parachain/service.rs index e49f096218..67eaec0bcc 100644 --- a/bin/collator/src/parachain/service.rs +++ b/bin/collator/src/parachain/service.rs @@ -1019,7 +1019,8 @@ where + sp_block_builder::BlockBuilder + fp_rpc::EthereumRuntimeRPCApi + AuraApi, - sc_client_api::StateBackendFor, Block>: sc_client_api::StateBackend, + sc_client_api::StateBackendFor, Block>: + sc_client_api::StateBackend, Executor: sc_executor::NativeExecutionDispatch + 'static, { let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; @@ -1093,7 +1094,8 @@ where + fp_rpc::EthereumRuntimeRPCApi + AuraApi + cumulus_primitives_core::CollectCollationInfo, - sc_client_api::StateBackendFor, Block>: sc_client_api::StateBackend, + sc_client_api::StateBackendFor, Block>: + sc_client_api::StateBackend, Executor: sc_executor::NativeExecutionDispatch + 'static, { let mut proposer_factory = sc_basic_authorship::ProposerFactory::with_proof_recording( @@ -1241,7 +1243,8 @@ where + fp_rpc::EthereumRuntimeRPCApi + AuraApi + cumulus_primitives_core::CollectCollationInfo, - sc_client_api::StateBackendFor, Block>: sc_client_api::StateBackend, + sc_client_api::StateBackendFor, Block>: + sc_client_api::StateBackend, Executor: sc_executor::NativeExecutionDispatch + 'static, { let mut proposer_factory = sc_basic_authorship::ProposerFactory::with_proof_recording(