Merge pull request #768 from ryanxcharles/feature/authentication

Authentication
This commit is contained in:
Matias Alejo Garcia 2014-06-26 23:12:46 -03:00
commit c16531dfb7
9 changed files with 330 additions and 32 deletions

View file

@ -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() {