m-of-n integration complete

This commit is contained in:
Manuel Araoz 2014-04-16 19:45:22 -03:00
commit 9df76b90fd
4 changed files with 14 additions and 9 deletions

View file

@ -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;