mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 03:01:07 +00:00
Don't make ServiceBuilder require to have a finality proof provider (#3831)
specified
This commit is contained in:
@@ -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>>,
|
||||
(),
|
||||
(),
|
||||
(),
|
||||
|
||||
Reference in New Issue
Block a user