From d4ea6982369a5579a66d489f30311034f6265a00 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 13 May 2025 13:29:20 +0200 Subject: [PATCH] Cleanup --- RNS/Link.py | 1 - 1 file changed, 1 deletion(-) diff --git a/RNS/Link.py b/RNS/Link.py index 2542c46..3af39c7 100644 --- a/RNS/Link.py +++ b/RNS/Link.py @@ -226,7 +226,6 @@ class Link: return None - # TODO: Set default link mode to AES_256_CBC after migration def __init__(self, destination=None, established_callback=None, closed_callback=None, owner=None, peer_pub_bytes=None, peer_sig_pub_bytes=None, mode=MODE_DEFAULT): if destination != None and destination.type != RNS.Destination.SINGLE: raise TypeError("Links can only be established to the \"single\" destination type") self.mode = mode