remove redundant docstring

This commit is contained in:
Sergio Chouhy 2026-03-26 18:16:18 -03:00
parent e618e08bdc
commit 287b196569

View File

@ -268,8 +268,6 @@ pub struct ProgramOutput {
/// The list of chained calls to other programs.
pub chained_calls: Vec<ChainedCall>,
/// The window where the program output is valid.
/// Valid for block IDs in the range [from, to), where `from` is included and `to` is excluded.
/// `None` means unbounded on that side.
pub validity_window: ValidityWindow,
}