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();