mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-27 12:43:08 +00:00
remove redundant docstring
This commit is contained in:
parent
e618e08bdc
commit
287b196569
@ -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,
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user