Add TODOs
[rust-lightning] / lightning / src / ln / channel.rs
index 151564e556dc76bc3da752b4875ce0a3636c76a9..306d4c5954b9cb4a3d89aa7bb373f044e85020d6 100644 (file)
@@ -2493,6 +2493,7 @@ debug_assert!(false, "This should be triggerable, and we should add a test case
                let commitment_update = if self.monitor_pending_commitment_signed {
                        Some(self.get_last_commitment_update(logger))
                } else { None };
+//XXX: Should we free_holding_cell_htlcs() here if we dont need a cs normally?
 
                self.monitor_pending_revoke_and_ack = false;
                self.monitor_pending_commitment_signed = false;