Add TODOs
[rust-lightning] / lightning / src / ln / channel.rs
index ed984ab8f62358ce191725013ba68008b4544ea4..80c8de17aca0bd88015529ceb9500a140c6bbb8e 100644 (file)
@@ -2351,6 +2351,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())
                } 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;