Merge pull request #768 from ryanxcharles/feature/authentication
Authentication
This commit is contained in:
commit
c16531dfb7
9 changed files with 330 additions and 32 deletions
|
|
@ -224,7 +224,8 @@ WalletFactory.prototype.joinCreateSession = function(secret, nickname, passphras
|
|||
this.log('\t### PrivateKey Initialized');
|
||||
var opts = {
|
||||
copayerId: privateKey.getId(),
|
||||
privkey: privateKey.getIdPriv()
|
||||
privkey: privateKey.getIdPriv(),
|
||||
key: privateKey.getIdKey()
|
||||
};
|
||||
self.network.cleanUp();
|
||||
self.network.start(opts, function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue