Rename axolotl storage
// FREEBIE
This commit is contained in:
parent
ee3bc11e3c
commit
1d60dc38fb
13 changed files with 66 additions and 66 deletions
|
@ -10,7 +10,7 @@ describe("SignalProtocolStore", function() {
|
|||
storage.put('identityKey', identityKey);
|
||||
storage.fetch().then(done, done);
|
||||
});
|
||||
var store = textsecure.storage.axolotl;
|
||||
var store = textsecure.storage.protocol;
|
||||
var identifier = '+5558675309';
|
||||
var identityKey = {
|
||||
pubKey: textsecure.crypto.getRandomBytes(33),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue