mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Get timestamp for abort message in same way as other messages.
This commit is contained in:
@@ -525,8 +525,7 @@ class IntroducerProtocolEngine
|
||||
IntroducerSession s, AbortMessage m) throws DbException {
|
||||
// Forward ABORT message
|
||||
Introducee i = getOtherIntroducee(s, m.getGroupId());
|
||||
long localTimestamp = max(i.getLocalTimestamp(),
|
||||
s.getRequestTimestamp()) + 1;
|
||||
long localTimestamp = getLocalTimestamp(txn, s, i);
|
||||
Message sent = sendAbortMessage(txn, i, localTimestamp);
|
||||
|
||||
// Broadcast abort event for testing
|
||||
|
||||
Reference in New Issue
Block a user