This commit is contained in:
Matias Alejo Garcia 2014-06-03 17:46:37 -03:00
parent 77f6a8221a
commit ca7b9168c3
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ Wallet.prototype.seedCopayer = function(pubKey) {
Wallet.prototype.connectToAll = function() {
var all = this.publicKeyRing.getAllCopayerIds();
console.log('[Wallet.js.58] connecting'); //TODO
this.network.connectToCopayers(all);
if (this.seededCopayerId) {
this.sendWalletReady(this.seededCopayerId);