mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(stages): respect PruneModes in TxLookup stage (#4390)
This commit is contained in:
@ -474,7 +474,7 @@ where
|
||||
db.clone(),
|
||||
self.base_config.chain_spec.clone(),
|
||||
5,
|
||||
PruneModes::default(),
|
||||
PruneModes::none(),
|
||||
PruneBatchSizes::default(),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user