mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(pruner): shared deletion limit (#4880)
This commit is contained in:
@ -19,7 +19,7 @@ use reth_interfaces::{
|
||||
test_utils::{NoopFullBlockClient, TestConsensus},
|
||||
};
|
||||
use reth_payload_builder::test_utils::spawn_test_payload_service;
|
||||
use reth_primitives::{BlockNumber, ChainSpec, PruneBatchSizes, PruneModes, B256, U256};
|
||||
use reth_primitives::{BlockNumber, ChainSpec, PruneModes, B256, U256};
|
||||
use reth_provider::{
|
||||
providers::BlockchainProvider, test_utils::TestExecutorFactory, BlockExecutor,
|
||||
BundleStateWithReceipts, ExecutorFactory, ProviderFactory, PrunableBlockExecutor,
|
||||
@ -518,7 +518,7 @@ where
|
||||
self.base_config.chain_spec.clone(),
|
||||
5,
|
||||
PruneModes::none(),
|
||||
PruneBatchSizes::default(),
|
||||
self.base_config.chain_spec.prune_delete_limit,
|
||||
watch::channel(None).1,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user