From 25293ecf86a2ad88c26d9dd4c93df8066f668e6e Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 19 Aug 2014 14:15:47 -0400 Subject: [PATCH] rm now useless delete --- js/models/core/Wallet.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/models/core/Wallet.js b/js/models/core/Wallet.js index bcce3a6b4..3020159d6 100644 --- a/js/models/core/Wallet.js +++ b/js/models/core/Wallet.js @@ -618,7 +618,6 @@ Wallet.prototype.sendWalletId = function(recipients) { Wallet.prototype.sendPublicKeyRing = function(recipients) { this.log('### SENDING publicKeyRing TO:', recipients || 'All', this.publicKeyRing.toObj()); var publicKeyRing = this.publicKeyRing.toObj(); - delete publicKeyRing.publicKeysCache; // exclude publicKeysCache from network obj this.send(recipients, { type: 'publicKeyRing',