mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-04-07 03:33:44 +00:00
remove .unwrap()
This commit is contained in:
parent
12bdc256d4
commit
103198f981
@ -103,7 +103,7 @@ mod tests {
|
||||
),
|
||||
[0xab; 32],
|
||||
)],
|
||||
block_validity_window: (1..).try_into().unwrap(),
|
||||
block_validity_window: (1..).try_into(),
|
||||
timestamp_validity_window: TimestampValidityWindow::new_unbounded(),
|
||||
};
|
||||
let bytes = output.to_bytes();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user