mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(bin, prune): pass prune segments from CLI & refactor modes (#4964)
This commit is contained in:
@ -515,8 +515,8 @@ where
|
||||
let pruner = Pruner::new(
|
||||
db.clone(),
|
||||
self.base_config.chain_spec.clone(),
|
||||
vec![],
|
||||
5,
|
||||
PruneModes::none(),
|
||||
self.base_config.chain_spec.prune_delete_limit,
|
||||
watch::channel(None).1,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user