optimize address generation protocol

This commit is contained in:
Manuel Araoz 2014-05-27 16:16:22 -03:00
parent dbff7b4a8b
commit 0152cb45a8
1 changed files with 0 additions and 5 deletions

View File

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