From 1c5b59a263d22403192d0b56f1981a9eecb3ebae Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 9 Sep 2014 15:53:47 -0300 Subject: [PATCH] fix addr --- js/models/core/Wallet.js | 1 - js/services/controllerUtils.js | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/js/models/core/Wallet.js b/js/models/core/Wallet.js index 693eabe51..1b35a85ba 100644 --- a/js/models/core/Wallet.js +++ b/js/models/core/Wallet.js @@ -653,7 +653,6 @@ Wallet.prototype._setBlockchainListeners = function() { this.blockchain.on('disconnect', self.emit.bind(self,'networkError')); this.blockchain.on('tx', function(tx) { -console.log('[Wallet.js.655:tx:]',tx); //TODO self.emit('tx', tx.address); }); diff --git a/js/services/controllerUtils.js b/js/services/controllerUtils.js index defc16fe2..acc9c6e9d 100644 --- a/js/services/controllerUtils.js +++ b/js/services/controllerUtils.js @@ -273,6 +273,7 @@ angular.module('copayApp.services') }); } + // TODO Move this to wallet model! root.updateGlobalAddresses = function() { if (!$rootScope.wallet) return; root.updateAddressList();