forked from I2P_Developers/i2p.i2p
short build records
This commit is contained in:
@@ -977,8 +977,8 @@ class BuildHandler implements Runnable {
|
||||
// reply will be sent in plaintext in a OTBRM, see below
|
||||
reply = null;
|
||||
} else {
|
||||
// TODO short build record
|
||||
reply = null;
|
||||
// short build record
|
||||
reply = BuildResponseRecord.createShort(_context, response, req.getChaChaReplyKey(), req.getChaChaReplyAD(), props);
|
||||
}
|
||||
} else {
|
||||
reply = BuildResponseRecord.create(_context, response, req.getChaChaReplyKey(), req.getChaChaReplyAD(), props);
|
||||
|
||||
Reference in New Issue
Block a user