mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(pipeline): prune receipts based on log emitters (#4044)
This commit is contained in:
@ -279,7 +279,7 @@ impl Default for IndexHistoryConfig {
|
||||
}
|
||||
|
||||
/// Pruning configuration.
|
||||
#[derive(Debug, Clone, Copy, Deserialize, PartialEq, Serialize)]
|
||||
#[derive(Debug, Clone, Deserialize, PartialEq, Serialize)]
|
||||
#[serde(default)]
|
||||
pub struct PruneConfig {
|
||||
/// Minimum pruning interval measured in blocks.
|
||||
|
||||
Reference in New Issue
Block a user