This commit is contained in:
Matias Alejo Garcia 2014-12-02 15:20:50 -03:00
parent b3584aea77
commit cf0bc6badd
1 changed files with 0 additions and 4 deletions

View File

@ -331,14 +331,10 @@ Wallet.prototype._onPublicKeyRing = function(senderId, data) {
return;
}
if (hasChanged) {
console.log('[Wallet.js.333:hasChanged:]',hasChanged); //TODO
if (wasIncomplete) {
this.sendPublicKeyRing();
}
console.log('[Wallet.js.335:wasIncomplete:]',wasIncomplete); //TODO
if (this.publicKeyRing.isComplete()) {
console.log('[Wallet.js.338]'); //TODO
this._lockIncomming();
}