Don't make ServiceBuilder require to have a finality proof provider (#3831)

specified
This commit is contained in:
Bastian Köcher
2019-10-18 16:05:23 +02:00
committed by GitHub
parent abaaaaffbf
commit 3437d64115
+2 -2
View File
@@ -149,7 +149,7 @@ where TGen: RuntimeGenesis, TCSExt: Extension {
(),
(),
BoxFinalityProofRequestBuilder<TBl>,
(),
Arc<dyn FinalityProofProvider<TBl>>,
(),
(),
(),
@@ -224,7 +224,7 @@ where TGen: RuntimeGenesis, TCSExt: Extension {
(),
(),
BoxFinalityProofRequestBuilder<TBl>,
(),
Arc<dyn FinalityProofProvider<TBl>>,
(),
(),
(),