@@ -3897,7 +3897,7 @@ fn do_test_durable_preimages_on_closed_channel(
3897
3897
}
3898
3898
}
3899
3899
if !close_chans_before_reload {
3900
- check_closed_broadcast ( & nodes[ 1 ] , 1 , true ) ;
3900
+ check_closed_broadcast ( & nodes[ 1 ] , 1 , false ) ;
3901
3901
let reason = ClosureReason :: CommitmentTxConfirmed ;
3902
3902
check_closed_event ( & nodes[ 1 ] , 1 , reason, false , & [ node_a_id] , 100000 ) ;
3903
3903
}
@@ -3914,7 +3914,7 @@ fn do_test_durable_preimages_on_closed_channel(
3914
3914
check_spends ! ( bs_preimage_tx, as_closing_tx[ 0 ] ) ;
3915
3915
3916
3916
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 ) ;
3918
3918
expect_payment_sent ( & nodes[ 0 ] , payment_preimage, None , true , true ) ;
3919
3919
3920
3920
if !close_chans_before_reload || close_only_a {
@@ -4063,7 +4063,7 @@ fn do_test_reload_mon_update_completion_actions(close_during_reload: bool) {
4063
4063
Event :: ChannelClosed { .. } => { } ,
4064
4064
_ => panic ! ( ) ,
4065
4065
}
4066
- check_closed_broadcast ! ( nodes[ 1 ] , true ) ;
4066
+ check_closed_broadcast ( & nodes[ 1 ] , 1 , false ) ;
4067
4067
}
4068
4068
4069
4069
// Once we run event processing the monitor should free, check that it was indeed the B<->C
0 commit comments