@@ -1735,8 +1735,6 @@ mod tests {
17351735
17361736 #[ test]
17371737 fn build_tx_with_native_assets_change ( ) {
1738- let minimum_utxo_value = to_bignum ( 1 ) ;
1739- let coins_per_utxo_word = to_bignum ( 1 ) ;
17401738 let mut tx_builder = create_tx_builder_with_fee ( & create_linear_fee ( 0 , 1 ) ) ;
17411739 let spend = root_key_15 ( )
17421740 . derive ( harden ( 1852 ) )
@@ -1844,7 +1842,6 @@ mod tests {
18441842
18451843 #[ test]
18461844 fn build_tx_with_native_assets_change_and_purification ( ) {
1847- let minimum_utxo_value = to_bignum ( 1 ) ;
18481845 let coin_per_utxo_word = to_bignum ( 1 ) ;
18491846 // Prefer pure change!
18501847 let mut tx_builder = create_tx_builder_with_fee_and_pure_change ( & create_linear_fee ( 0 , 1 ) ) ;
@@ -1972,7 +1969,6 @@ mod tests {
19721969
19731970 #[ test]
19741971 fn build_tx_with_native_assets_change_and_no_purification_cuz_not_enough_pure_coin ( ) {
1975- let minimum_utxo_value = to_bignum ( 10 ) ;
19761972 // Prefer pure change!
19771973 let mut tx_builder = create_tx_builder_with_fee_and_pure_change ( & create_linear_fee ( 1 , 1 ) ) ;
19781974 let spend = root_key_15 ( )
@@ -3305,20 +3301,6 @@ mod tests {
33053301 . derive ( 0 )
33063302 . derive ( 0 )
33073303 . to_public ( ) ;
3308- let change_key = root_key_15 ( )
3309- . derive ( harden ( 1852 ) )
3310- . derive ( harden ( 1815 ) )
3311- . derive ( harden ( 0 ) )
3312- . derive ( 1 )
3313- . derive ( 0 )
3314- . to_public ( ) ;
3315- let stake = root_key_15 ( )
3316- . derive ( harden ( 1852 ) )
3317- . derive ( harden ( 1815 ) )
3318- . derive ( harden ( 0 ) )
3319- . derive ( 2 )
3320- . derive ( 0 )
3321- . to_public ( ) ;
33223304
33233305 let policy_id1 = & PolicyID :: from ( [ 0u8 ; 28 ] ) ;
33243306 let policy_id2 = & PolicyID :: from ( [ 1u8 ; 28 ] ) ;
0 commit comments