I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit e82f420e authored by zzz's avatar zzz
Browse files

Remove TODO comment, already fixed

parent a035901f
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,6 @@ public class GarlicMessageReceiver {
LeaseSetKeys keys = _context.keyManager().getKeys(_clientDestination);
skm = _context.clientManager().getClientSessionKeyManager(_clientDestination);
if (keys != null && skm != null) {
// TODO need to pass both keys if available for muxed decrypt
decryptionKey = keys.getDecryptionKey();
decryptionKey2 = keys.getDecryptionKey(EncType.ECIES_X25519);
if (decryptionKey == null && decryptionKey2 == null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment