rm comment

This commit is contained in:
Matias Alejo Garcia 2015-08-20 16:02:25 -03:00
parent 637a1e2d8b
commit c4e42da677
1 changed files with 0 additions and 1 deletions

View File

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