From ce08061518a09993e6a527148accc076953a7b8b Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Thu, 20 Dec 2018 22:51:06 -0500 Subject: [PATCH] Remove long-stale TODO --- src/ln/channelmonitor.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ln/channelmonitor.rs b/src/ln/channelmonitor.rs index 5415fefec..cdd0aad11 100644 --- a/src/ln/channelmonitor.rs +++ b/src/ln/channelmonitor.rs @@ -989,9 +989,6 @@ impl ChannelMonitor { self.write(writer, false) } - //TODO: Functions to serialize/deserialize (with different forms depending on which information - //we want to leave out (eg funding_txo, etc). - /// Can only fail if idx is < get_min_seen_secret pub(super) fn get_secret(&self, idx: u64) -> Option<[u8; 32]> { for i in 0..self.old_secrets.len() { -- 2.39.5