mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: reduce ProviderFactory usage (#10798)
This commit is contained in:
@ -64,7 +64,7 @@ impl<C: ChainSpecParser<ChainSpec = ChainSpec>> Command<C> {
|
||||
consensus: Arc<dyn Consensus>,
|
||||
provider_factory: ProviderFactory<N>,
|
||||
task_executor: &TaskExecutor,
|
||||
static_file_producer: StaticFileProducer<N>,
|
||||
static_file_producer: StaticFileProducer<ProviderFactory<N>>,
|
||||
) -> eyre::Result<Pipeline<N>>
|
||||
where
|
||||
Client: BlockClient + 'static,
|
||||
|
||||
Reference in New Issue
Block a user