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.
2 parents 9c7c3b9 + 8e7b291 commit 6882719Copy full SHA for 6882719
lightning/src/ln/channel.rs
@@ -4017,12 +4017,6 @@ impl<ChanSigner: ChannelKeys> Channel<ChanSigner> {
4017
}
4018
4019
4020
- for _htlc in self.pending_outbound_htlcs.drain(..) {
4021
- //TODO: Do something with the remaining HTLCs
4022
- //(we need to have the ChannelManager monitor them so we can claim the inbound HTLCs
4023
- //which correspond)
4024
- }
4025
-
4026
self.channel_state = ChannelState::ShutdownComplete as u32;
4027
self.update_time_counter += 1;
4028
self.latest_monitor_update_id += 1;
0 commit comments