Remove long-stale TODO
authorMatt Corallo <git@bluematt.me>
Fri, 21 Dec 2018 03:51:06 +0000 (22:51 -0500)
committerMatt Corallo <git@bluematt.me>
Sat, 22 Dec 2018 12:03:17 +0000 (07:03 -0500)
src/ln/channelmonitor.rs

index 5415fefec3057c7ec1809fa171864086e6d88742..cdd0aad1139734ab29d5b8609b345f85214cccb2 100644 (file)
@@ -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() {