Merge pull request #677 from ryanxcharles/feature/ECIES

ECIES
This commit is contained in:
Manuel Aráoz 2014-06-23 11:22:22 -03:00
commit 4d6e9f8a6d
10 changed files with 318 additions and 68 deletions

View file

@ -222,7 +222,7 @@ WalletFactory.prototype.joinCreateSession = function(secret, nickname, passphras
this.log('\t### PrivateKey Initialized');
var opts = {
copayerId: privateKey.getId(),
netKey: s.netKey,
privkey: privateKey.getIdPriv()
};
self.network.cleanUp();
self.network.start(opts, function() {