rm now useless delete
This commit is contained in:
parent
a02b648e41
commit
25293ecf86
1 changed files with 0 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue