fix import / logs

This commit is contained in:
Matias Alejo Garcia 2014-11-30 04:42:39 -03:00
commit 49205a76a0
6 changed files with 25 additions and 59 deletions

View file

@ -1986,7 +1986,7 @@ Wallet.prototype.subscribeToAddresses = function() {
var addresses = this.getAddresses();
this.blockchain.subscribe(addresses);
log.debug('Subscribed to ' + addresses.length + ' addresses');
log.debug('Wallet:' + this.getName() + ' Subscribed to:' + addresses.length + ' addresses');
};
/**