m-of-n integration complete
This commit is contained in:
parent
b504074009
commit
9df76b90fd
4 changed files with 14 additions and 9 deletions
|
|
@ -22,6 +22,8 @@ function Wallet(opts) {
|
|||
self[k] = opts[k];
|
||||
});
|
||||
|
||||
console.log('creating '+opts.requiredCopayers+' of '+opts.totalCopayers+' wallet');
|
||||
|
||||
this.id = opts.id || Wallet.getRandomId();
|
||||
this.publicKeyRing.walletId = this.id;
|
||||
this.txProposals.walletId = this.id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue