Browse Source

rm comment

activeAddress
Matias Alejo Garcia 10 years ago
parent
commit
c4e42da677
  1. 1
      lib/model/wallet.js

1
lib/model/wallet.js

@ -95,7 +95,6 @@ Wallet.prototype.isShared = function() {
Wallet.prototype._updatePublicKeyRing = function() { Wallet.prototype._updatePublicKeyRing = function() {
this.publicKeyRing = _.map(this.copayers, function(copayer) { this.publicKeyRing = _.map(this.copayers, function(copayer) {
return _.pick(copayer, ['xPubKey', 'requestPubKey']); return _.pick(copayer, ['xPubKey', 'requestPubKey']);
// return _.pick(copayer, ['xPubKey']);
}); });
}; };

Loading…
Cancel
Save