mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
IntroduceeProtocolEngine uses wrong role when adding keys.
This commit is contained in:
@@ -457,7 +457,7 @@ class IntroduceeProtocolEngine
|
||||
//noinspection ConstantConditions
|
||||
keys = keyManager
|
||||
.addUnboundKeys(txn, new SecretKey(s.getMasterKey()),
|
||||
timestamp, s.getRemote().alice);
|
||||
timestamp, s.getLocal().alice);
|
||||
keyManager.bindKeys(txn, c.getId(), keys);
|
||||
|
||||
// add signed transport properties for the contact
|
||||
|
||||
Reference in New Issue
Block a user