File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2857,9 +2857,9 @@ fn test_outbound_reload_without_init_mon() {
2857
2857
}
2858
2858
2859
2859
fn do_test_inbound_reload_without_init_mon ( use_0conf : bool , lock_commitment : bool ) {
2860
- // Test that if the monitor update generated by funding_generated is stored async and we
2861
- // restart with the latest ChannelManager but the ChannelMonitor persistence never completed we
2862
- // happily drop the channel and move on.
2860
+ // Test that if the monitor update generated by funding_transaction_generated is stored async
2861
+ // and we restart with the latest ChannelManager but the ChannelMonitor persistence never
2862
+ // completed we happily drop the channel and move on.
2863
2863
let chanmon_cfgs = create_chanmon_cfgs ( 2 ) ;
2864
2864
let node_cfgs = create_node_cfgs ( 2 , & chanmon_cfgs) ;
2865
2865
You can’t perform that action at this time.
0 commit comments