forked from I2P_Developers/i2p.i2p
Remove TODO comment, already fixed
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user