This commit is contained in:
Matias Alejo Garcia 2014-05-01 21:59:39 -03:00
parent 7edb310517
commit 304c39c2b7
1 changed files with 0 additions and 2 deletions

View File

@ -51,10 +51,8 @@ Wallet.getRandomId = function() {
Wallet.prototype.connectToAll = function() {
var all = this.publicKeyRing.getAllCopayerIds();
console.log('[Wallet.js.52:connectToAll:]',all); //TODO
this.network.connectToCopayers(all);
if (this.firstCopayerId) {
console.log('[Wallet.js.56:firstCopayerId:]',this.firstCopayerId); //TODO
this.sendWalletReady(this.firstCopayerId);
this.firstCopayerId = null;
}