From: Matt Corallo Date: Thu, 6 Sep 2018 00:19:09 +0000 (-0400) Subject: Add further clarification TODO in finish_force_close_channel X-Git-Tag: v0.0.12~327^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=refs%2Fheads%2F2018-09-chan-cleanups;p=rust-lightning Add further clarification TODO in finish_force_close_channel --- diff --git a/src/ln/channelmanager.rs b/src/ln/channelmanager.rs index 825669402..8abaf1460 100644 --- a/src/ln/channelmanager.rs +++ b/src/ln/channelmanager.rs @@ -447,6 +447,8 @@ impl ChannelManager { //TODO: We need to handle monitoring of pending offered HTLCs which just hit the chain and //may be claimed, resulting in us claiming the inbound HTLCs (and back-failing after //timeouts are hit and our claims confirm). + //TODO: In any case, we need to make sure we remove any pending htlc tracking (via + //fail_backwards or claim_funds) eventually for all HTLCs that were in the channel } /// Force closes a channel, immediately broadcasting the latest local commitment transaction to