Re-add `test_max_dust_htlc_exposure`
[rust-lightning] / lightning / src / ln / functional_test_utils.rs
index e6b2467077422a974eff3657c1ae6a2d0c615f97..e9e36e607ec45950dc4ebadab6a8c940c756f114 100644 (file)
@@ -1737,7 +1737,7 @@ pub fn handle_announce_close_broadcast_events<'a, 'b, 'c>(nodes: &Vec<Node<'a, '
 }
 
 pub fn get_announce_close_broadcast_events<'a, 'b, 'c>(nodes: &Vec<Node<'a, 'b, 'c>>, a: usize, b: usize)  {
-       handle_announce_close_broadcast_events(nodes, a, b, false, "Commitment or closing transaction was confirmed on chain.");
+       handle_announce_close_broadcast_events(nodes, a, b, false, "Channel closed because commitment or closing transaction was confirmed on chain.");
 }
 
 #[cfg(test)]