Add TODOs
[rust-lightning] / lightning / src / ln / chanmon_update_fail_tests.rs
index 1b2329041fc79256bfdfe356e86d0336ebbefdd7..d8104989b855827a6bd86a356a86d22981529c2e 100644 (file)
@@ -1721,3 +1721,7 @@ fn during_funding_monitor_fail() {
        do_during_funding_monitor_fail(true, true, true, true, false);
        do_during_funding_monitor_fail(true, true, false, false, false);
 }
+
+//TODO: Add a test that creates a channel, but in the inbound direction the monitor update fails to
+//persist on funding_signed, but the channelmanager gets persisted, and then when we reload it from
+//disk, we need to make sure the channel gets closed!