Hide empty addresses from othe copayers
This commit is contained in:
parent
04b6aa4003
commit
fd2cf54eb4
5 changed files with 24 additions and 9 deletions
|
|
@ -588,7 +588,7 @@ Wallet.prototype.getAddressesStr = function(opts) {
|
|||
};
|
||||
|
||||
Wallet.prototype.getAddressesInfo = function(opts) {
|
||||
return this.publicKeyRing.getAddressesInfo(opts);
|
||||
return this.publicKeyRing.getAddressesInfo(opts, this.publicKey);
|
||||
};
|
||||
|
||||
Wallet.prototype.addressIsOwn = function(addrStr, opts) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue