mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-05 23:59:33 +00:00
use range constructor
This commit is contained in:
parent
99071a4ef9
commit
be14ac3b6f
@ -102,7 +102,7 @@ mod tests {
|
||||
),
|
||||
[0xab; 32],
|
||||
)],
|
||||
validity_window: (Some(1), None).try_into().unwrap(),
|
||||
validity_window: (1..).into(),
|
||||
};
|
||||
let bytes = output.to_bytes();
|
||||
let output_from_slice: PrivacyPreservingCircuitOutput = from_slice(&bytes).unwrap();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user