Skip to content

Commit 3f5f3de

Browse files
committed
Add further clarification TODO in finish_force_close_channel
1 parent d1568ca commit 3f5f3de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ln/channelmanager.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,8 @@ impl ChannelManager {
447447
//TODO: We need to handle monitoring of pending offered HTLCs which just hit the chain and
448448
//may be claimed, resulting in us claiming the inbound HTLCs (and back-failing after
449449
//timeouts are hit and our claims confirm).
450+
//TODO: In any case, we need to make sure we remove any pending htlc tracking (via
451+
//fail_backwards or claim_funds) eventually for all HTLCs that were in the channel
450452
}
451453

452454
/// Force closes a channel, immediately broadcasting the latest local commitment transaction to

0 commit comments

Comments
 (0)