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
|
|
@ -280,6 +280,7 @@ Wallet.prototype.netStart = function(callback) {
|
|||
|
||||
var myId = self.getMyCopayerId();
|
||||
var myIdPriv = self.getMyCopayerIdPriv();
|
||||
|
||||
var startOpts = {
|
||||
copayerId: myId,
|
||||
privkey: myIdPriv,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue