From 0152cb45a855b0b25275f2d07f70548e01d672dd Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Tue, 27 May 2014 16:16:22 -0300 Subject: [PATCH] optimize address generation protocol --- js/models/core/Wallet.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/models/core/Wallet.js b/js/models/core/Wallet.js index 55bc54305..bef624db9 100644 --- a/js/models/core/Wallet.js +++ b/js/models/core/Wallet.js @@ -82,14 +82,9 @@ Wallet.prototype._handlePublicKeyRing = function(senderId, data, isInbound) { var hasChanged = pkr.merge(inPKR, true); if (hasChanged) { - this.connectToAll(); if (this.publicKeyRing.isComplete()) { this._lockIncomming(); } - this.log('### BROADCASTING PKR'); - - recipients = null; - this.sendPublicKeyRing(recipients); } this.emit('publicKeyRingUpdated'); this.store();