We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1568ca commit 3f5f3deCopy full SHA for 3f5f3de
src/ln/channelmanager.rs
@@ -447,6 +447,8 @@ impl ChannelManager {
447
//TODO: We need to handle monitoring of pending offered HTLCs which just hit the chain and
448
//may be claimed, resulting in us claiming the inbound HTLCs (and back-failing after
449
//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
452
}
453
454
/// Force closes a channel, immediately broadcasting the latest local commitment transaction to
0 commit comments