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

@ -280,6 +280,7 @@ Wallet.prototype.netStart = function(callback) {
var myId = self.getMyCopayerId();
var myIdPriv = self.getMyCopayerIdPriv();
var startOpts = {
copayerId: myId,
privkey: myIdPriv,