Skip to content

Commit 0541124

Browse files
committed
Drop TODO which was implemented long ago
1 parent 87cf3a5 commit 0541124

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/ln/channelmonitor.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,6 @@ impl<ChanSigner: ChannelKeys> ChannelMonitor<ChanSigner> {
13231323

13241324
// Prune HTLCs from the previous remote commitment tx so we don't generate failure/fulfill
13251325
// events for now-revoked/fulfilled HTLCs.
1326-
// TODO: We should probably consider whether we're really getting the next secret here.
13271326
if let Storage::Local { ref mut prev_remote_commitment_txid, .. } = self.key_storage {
13281327
if let Some(txid) = prev_remote_commitment_txid.take() {
13291328
for &mut (_, ref mut source) in self.remote_claimable_outpoints.get_mut(&txid).unwrap() {

0 commit comments

Comments
 (0)