Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit fd2f7e1

Browse files
authored
Merge pull request #198 from benthecarman/rm-comment
2 parents 61023c8 + c2e7989 commit fd2f7e1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

node-manager/src/ldkstorage.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,6 @@ impl MutinyNodePersister {
271271
map.into_iter().collect()
272272
}
273273

274-
// FIXME: Useful to keep around until we use it
275-
// Will need to use it soon for #118
276-
#[allow(dead_code)]
277274
pub(crate) fn read_peer_connection_info(&self, peer_pubkey: String) -> Option<String> {
278275
let key = self.get_key(peer_key(peer_pubkey).as_str());
279276
let deserialized_value: Result<String, MutinyError> =

0 commit comments

Comments
 (0)