From 3f5f3def639cb0d23a8f31122b994d71774c2014 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Wed, 5 Sep 2018 20:19:09 -0400 Subject: [PATCH] Add further clarification TODO in finish_force_close_channel --- src/ln/channelmanager.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ln/channelmanager.rs b/src/ln/channelmanager.rs index 82566940..8abaf146 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 -- 2.30.2