mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 21:29:54 +01:00
Derive handshake root key when converting pending contact.
This commit is contained in:
@@ -444,7 +444,7 @@ class IntroduceeProtocolEngine
|
||||
|
||||
// add the keys to the new contact
|
||||
//noinspection ConstantConditions
|
||||
keys = keyManager.addContactWithRotationKeys(txn, c.getId(),
|
||||
keys = keyManager.addRotationKeys(txn, c.getId(),
|
||||
new SecretKey(s.getMasterKey()), timestamp,
|
||||
s.getLocal().alice, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user