This commit is contained in:
Sergio Chouhy
2026-03-25 20:26:04 -03:00
parent 1b555d6623
commit d7b0c42255
3 changed files with 27 additions and 53 deletions
+1 -1
View File
@@ -694,7 +694,7 @@ impl From<HashType> for common::HashType {
impl From<nssa_core::program::ValidityWindow> for ValidityWindow {
fn from(value: nssa_core::program::ValidityWindow) -> Self {
Self((value.from(), value.to()))
Self((value.start(), value.end()))
}
}