mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-04-03 17:53:09 +00:00
Update nssa/core/src/circuit_io.rs
Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
This commit is contained in:
parent
df375ad04a
commit
5113b212d6
@ -103,7 +103,7 @@ mod tests {
|
||||
),
|
||||
[0xab; 32],
|
||||
)],
|
||||
block_validity_window: (Some(1_u64), None).try_into().unwrap(),
|
||||
block_validity_window: (1..).try_into().unwrap(),
|
||||
timestamp_validity_window: TimestampValidityWindow::new_unbounded(),
|
||||
};
|
||||
let bytes = output.to_bytes();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user