@@ -3897,7 +3897,7 @@ fn do_test_durable_preimages_on_closed_channel(
38973897 }
38983898 }
38993899 if !close_chans_before_reload {
3900- check_closed_broadcast ( & nodes[ 1 ] , 1 , true ) ;
3900+ check_closed_broadcast ( & nodes[ 1 ] , 1 , false ) ;
39013901 let reason = ClosureReason :: CommitmentTxConfirmed ;
39023902 check_closed_event ( & nodes[ 1 ] , 1 , reason, false , & [ node_a_id] , 100000 ) ;
39033903 }
@@ -3914,7 +3914,7 @@ fn do_test_durable_preimages_on_closed_channel(
39143914 check_spends ! ( bs_preimage_tx, as_closing_tx[ 0 ] ) ;
39153915
39163916 mine_transactions ( & nodes[ 0 ] , & [ & as_closing_tx[ 0 ] , bs_preimage_tx] ) ;
3917- check_closed_broadcast ( & nodes[ 0 ] , 1 , true ) ;
3917+ check_closed_broadcast ( & nodes[ 0 ] , 1 , false ) ;
39183918 expect_payment_sent ( & nodes[ 0 ] , payment_preimage, None , true , true ) ;
39193919
39203920 if !close_chans_before_reload || close_only_a {
@@ -4063,7 +4063,7 @@ fn do_test_reload_mon_update_completion_actions(close_during_reload: bool) {
40634063 Event :: ChannelClosed { .. } => { } ,
40644064 _ => panic ! ( ) ,
40654065 }
4066- check_closed_broadcast ! ( nodes[ 1 ] , true ) ;
4066+ check_closed_broadcast ( & nodes[ 1 ] , 1 , false ) ;
40674067 }
40684068
40694069 // Once we run event processing the monitor should free, check that it was indeed the B<->C
0 commit comments