File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -249,8 +249,6 @@ pub trait ArbitraryOfType: Sized {
249
249
mod tests {
250
250
use base64:: display:: Base64Display ;
251
251
use base64:: engine:: general_purpose:: STANDARD ;
252
- #[ cfg( feature = "serde" ) ]
253
- use elements:: LockTime ;
254
252
use simplicity:: BitMachine ;
255
253
use std:: borrow:: Cow ;
256
254
use std:: path:: Path ;
@@ -426,7 +424,7 @@ mod tests {
426
424
let mut t = TestCase :: program_file ( "./examples/non_interactive_fee_bump.simf" )
427
425
. with_witness_file ( "./examples/non_interactive_fee_bump.wit" ) ;
428
426
t. sequence = elements:: Sequence :: ENABLE_LOCKTIME_NO_RBF ;
429
- t. lock_time = LockTime :: from_time ( 1734967235 + 600 ) . unwrap ( ) ;
427
+ t. lock_time = elements :: LockTime :: from_time ( 1734967235 + 600 ) . unwrap ( ) ;
430
428
t. include_fee_output = true ;
431
429
t. assert_run_success ( ) ;
432
430
}
You can’t perform that action at this time.
0 commit comments