remove commented-out references to obsolete netKey

This commit is contained in:
Ryan X. Charles 2014-06-18 10:24:33 -07:00
commit b9ecab9b92
3 changed files with 2 additions and 35 deletions

View file

@ -220,7 +220,6 @@ 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();