|
@ -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']);
|
|
|
|
|
|
}); |
|
|
}); |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|