mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: remove StaticFileProvider field from StaticFileProducer (#8583)
This commit is contained in:
@@ -373,7 +373,6 @@ where
|
||||
factory.clone(),
|
||||
StaticFileProducer::new(
|
||||
factory.clone(),
|
||||
factory.static_file_provider(),
|
||||
self.prune_modes().unwrap_or_default(),
|
||||
),
|
||||
);
|
||||
@@ -432,7 +431,6 @@ where
|
||||
pub fn static_file_producer(&self) -> StaticFileProducer<DB> {
|
||||
StaticFileProducer::new(
|
||||
self.provider_factory().clone(),
|
||||
self.static_file_provider(),
|
||||
self.prune_modes().unwrap_or_default(),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user