fix import / logs
This commit is contained in:
parent
436aeda1c3
commit
49205a76a0
6 changed files with 25 additions and 59 deletions
|
|
@ -497,8 +497,6 @@ PublicKeyRing.prototype.getCosigner = function(pubKey) {
|
|||
PublicKeyRing.prototype.buildAddressCache = function() {
|
||||
var ret = [];
|
||||
var self = this;
|
||||
|
||||
log.info('Rebuilding Address Cache...this will take a while');
|
||||
_.each(this.indexes, function(index) {
|
||||
for (var i = 0; i < index.receiveIndex; i++) {
|
||||
self._getAddress(i, false, index.copayerIndex);
|
||||
|
|
@ -507,7 +505,6 @@ PublicKeyRing.prototype.buildAddressCache = function() {
|
|||
self._getAddress(i, true, index.copayerIndex);
|
||||
}
|
||||
});
|
||||
log.info('...done!');
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue