From 08db88c673b6009388d0232396607ab2e0dbcdb6 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 21 Feb 2020 17:10:03 -0500 Subject: [PATCH] Drop TODO which was implemented long ago --- lightning/src/ln/channelmonitor.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/lightning/src/ln/channelmonitor.rs b/lightning/src/ln/channelmonitor.rs index bbcbe75c..c4802609 100644 --- a/lightning/src/ln/channelmonitor.rs +++ b/lightning/src/ln/channelmonitor.rs @@ -1325,7 +1325,6 @@ impl ChannelMonitor { // Prune HTLCs from the previous remote commitment tx so we don't generate failure/fulfill // events for now-revoked/fulfilled HTLCs. - // TODO: We should probably consider whether we're really getting the next secret here. if let Storage::Local { ref mut prev_remote_commitment_txid, .. } = self.key_storage { if let Some(txid) = prev_remote_commitment_txid.take() { for &mut (_, ref mut source) in self.remote_claimable_outpoints.get_mut(&txid).unwrap() { -- 2.30.2