mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
Update crates/prune/types/src/target.rs
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
This commit is contained in:
@@ -99,7 +99,11 @@ pub struct PruneModes {
|
||||
)
|
||||
)]
|
||||
pub merkle_changesets: PruneMode,
|
||||
/// Receipts log filtering has been deprecated and will be removed in a future release.
|
||||
/// Receipts pruning configuration by retaining only those receipts that contain logs emitted
|
||||
/// by the specified addresses, discarding others. This setting is overridden by `receipts`.
|
||||
///
|
||||
/// The [`BlockNumber`](`crate::BlockNumber`) represents the starting block from which point
|
||||
/// onwards the receipts are preserved.
|
||||
#[cfg_attr(
|
||||
any(test, feature = "serde"),
|
||||
serde(skip_serializing_if = "ReceiptsLogPruneConfig::is_empty",)
|
||||
|
||||
Reference in New Issue
Block a user