Skip to content

Commit c125034

Browse files
committed
f specify full fn name
1 parent f3d0455 commit c125034

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/ln/chanmon_update_fail_tests.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -2857,9 +2857,9 @@ fn test_outbound_reload_without_init_mon() {
28572857
}
28582858

28592859
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.
28632863
let chanmon_cfgs = create_chanmon_cfgs(2);
28642864
let node_cfgs = create_node_cfgs(2, &chanmon_cfgs);
28652865

0 commit comments

Comments
 (0)