diff --git a/lightning/src/ln/monitor_tests.rs b/lightning/src/ln/monitor_tests.rs index 7c9d3861375..b46b3f49231 100644 --- a/lightning/src/ln/monitor_tests.rs +++ b/lightning/src/ln/monitor_tests.rs @@ -1977,7 +1977,7 @@ fn do_test_restored_packages_retry(check_old_monitor_retries_after_upgrade: bool let node_deserialized; let mut nodes = create_network(2, &node_cfgs, &node_chanmgrs); - + // Open a channel, lock in an HTLC, and immediately broadcast the commitment transaction. This // ensures that the HTLC timeout package is held until we reach its expiration height. let (_, _, chan_id, funding_tx) = create_announced_chan_between_nodes_with_value(&nodes, 0, 1, 100_000, 50_000_000);