short build records

This commit is contained in:
zzz
2021-05-22 15:40:59 -04:00
parent 2693cf97c4
commit 6e1c419ec7

View File

@@ -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);