add subscribe to initial shared address
This commit is contained in:
parent
3210c87ec1
commit
d919230124
3 changed files with 8 additions and 5 deletions
|
|
@ -498,6 +498,7 @@ PublicKeyRing.prototype.getCosigner = function(pubKey) {
|
|||
PublicKeyRing.prototype.buildAddressCache = function() {
|
||||
var ret = [];
|
||||
var self = this;
|
||||
|
||||
_.each(this.indexes, function(index) {
|
||||
for (var i = 0; i < index.receiveIndex; i++) {
|
||||
self._getAddress(i, false, index.copayerIndex);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue