mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(exex): backfill on subscription with head (#10787)
This commit is contained in:
@ -320,7 +320,6 @@ where
|
||||
///
|
||||
/// Returns a [`PruneProgress`], indicating whether pruning is finished, or there is more data
|
||||
/// to prune.
|
||||
#[allow(clippy::doc_markdown)]
|
||||
pub fn run(&mut self, tip_block_number: BlockNumber) -> PrunerResult {
|
||||
let provider = self.provider_factory.database_provider_rw()?;
|
||||
let result = self.run_with_provider(&provider, tip_block_number);
|
||||
|
||||
Reference in New Issue
Block a user