Update crates/prune/types/src/target.rs

Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
This commit is contained in:
Alexey Shekhirin
2025-11-10 23:21:54 +00:00
committed by GitHub
parent e679fbd62e
commit c03ba4601a

View File

@@ -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",)