Drop TODO suggesting we avoid a test-only function to get chan keys
[rust-lightning] / src / ln / channel.rs
index 9283e9a9f4dfd8479f0f800a96297da073d717af..7bda307077ccc839cfa8e9fb6287a84cdfde4846 100644 (file)
@@ -2831,7 +2831,6 @@ impl Channel {
                self.cur_remote_commitment_transaction_number + 2
        }
 
-       //TODO: Testing purpose only, should be changed in another way after #81
        #[cfg(test)]
        pub fn get_local_keys(&self) -> &ChannelKeys {
                &self.local_keys