Hide empty addresses from othe copayers

This commit is contained in:
Yemel Jardi 2014-07-03 13:04:01 -03:00
commit fd2cf54eb4
5 changed files with 24 additions and 9 deletions

View file

@ -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) {