File tree 1 file changed +3
-1
lines changed
bin/collator/src/parachain
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ where
566
566
if is_authority {
567
567
start_consensus (
568
568
client. clone ( ) ,
569
- backend. clone ( ) ,
569
+ backend,
570
570
parachain_block_import,
571
571
prometheus_registry. as_ref ( ) ,
572
572
telemetry. map ( |t| t. handle ( ) ) ,
@@ -659,6 +659,7 @@ where
659
659
) -> Result < sc_consensus:: DefaultImportQueue < Block > , sc_service:: Error > ,
660
660
SC : FnOnce (
661
661
Arc < TFullClient < Block , RuntimeApi , NativeElseWasmExecutor < Executor > > > ,
662
+ Arc < TFullBackend < Block > > ,
662
663
ParachainBlockImport <
663
664
Block ,
664
665
FrontierBlockImport <
@@ -902,6 +903,7 @@ where
902
903
if is_authority {
903
904
start_consensus (
904
905
client. clone ( ) ,
906
+ backend,
905
907
parachain_block_import,
906
908
prometheus_registry. as_ref ( ) ,
907
909
telemetry. map ( |t| t. handle ( ) ) ,
You can’t perform that action at this time.
0 commit comments