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

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

cleanup

parent 2413bcd9
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ public class SendMessageDirectJob extends JobImpl {
}
_sent = true;
Hash to = _router.getIdentity().getHash();
Hash us = getContext().router().getRouterInfo().getIdentity().getHash();
Hash us = getContext().routerHash();
if (us.equals(to)) {
if (_selector != null) {
OutNetMessage outM = new OutNetMessage(getContext());
......
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