forked from I2P_Developers/i2p.i2p
TestJob: Remove unused wrappedKey param from buildMessage()
This commit is contained in:
@ -124,9 +124,8 @@ class TestJob extends JobImpl {
|
|||||||
SessionKey encryptKey = getContext().keyGenerator().generateSessionKey();
|
SessionKey encryptKey = getContext().keyGenerator().generateSessionKey();
|
||||||
SessionTag encryptTag = new SessionTag(true);
|
SessionTag encryptTag = new SessionTag(true);
|
||||||
_encryptTag = encryptTag;
|
_encryptTag = encryptTag;
|
||||||
SessionKey sentKey = new SessionKey();
|
|
||||||
Set<SessionTag> sentTags = null;
|
Set<SessionTag> sentTags = null;
|
||||||
GarlicMessage msg = GarlicMessageBuilder.buildMessage(getContext(), payload, sentKey, sentTags,
|
GarlicMessage msg = GarlicMessageBuilder.buildMessage(getContext(), payload, sentTags,
|
||||||
getContext().keyManager().getPublicKey(),
|
getContext().keyManager().getPublicKey(),
|
||||||
encryptKey, encryptTag);
|
encryptKey, encryptTag);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user