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

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

Tests: Fix test build

broken yesterday by BuildMessageGenerator change
parent 0f919a0f
No related branches found
No related tags found
No related merge requests found
Pipeline #2216 passed
...@@ -99,7 +99,8 @@ public class BuildMessageTestStandalone extends TestCase { ...@@ -99,7 +99,8 @@ public class BuildMessageTestStandalone extends TestCase {
PublicKey key = null; PublicKey key = null;
if (hop < end) if (hop < end)
key = _pubKeys[hop]; key = _pubKeys[hop];
BuildMessageGenerator.createRecord(i, hop, msg, cfg, _replyRouter, _replyTunnel, ctx, key); BuildMessageGenerator.createRecord(i, hop, msg, cfg, _replyRouter, _replyTunnel,
ctx, key, EmptyProperties.INSTANCE);
} }
BuildMessageGenerator.layeredEncrypt(ctx, msg, cfg, order); BuildMessageGenerator.layeredEncrypt(ctx, msg, cfg, order);
......
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