Merge pull request #1599 from matiaspando/feature/functionDeleted
function deleted
This commit is contained in:
commit
35eed69cc2
1 changed files with 1 additions and 8 deletions
|
|
@ -264,13 +264,6 @@ Wallet.prototype._newAddresses = function(dontUpdateUx) {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
Wallet.prototype._publicKeyRingUpdated = function(isComplete) {
|
|
||||||
if (isComplete) {
|
|
||||||
this.subscribeToAddresses();
|
|
||||||
};
|
|
||||||
this.emitAndKeepAlive('publicKeyRingUpdated');
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @desc Handles an 'indexes' message.
|
* @desc Handles an 'indexes' message.
|
||||||
*
|
*
|
||||||
|
|
@ -348,7 +341,7 @@ Wallet.prototype._onPublicKeyRing = function(senderId, data) {
|
||||||
this._lockIncomming();
|
this._lockIncomming();
|
||||||
}
|
}
|
||||||
|
|
||||||
this._publicKeyRingUpdated(this.publicKeyRing.isComplete());
|
this.emitAndKeepAlive('publicKeyRingUpdated');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue