refresh tx wallet service

This commit is contained in:
Ivan Socolsky 2016-08-17 17:26:13 -03:00
commit 40ff5364f7
No known key found for this signature in database
GPG key ID: FAECE6A05FAA4F56
3 changed files with 156 additions and 146 deletions

View file

@ -535,14 +535,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
}
};
self.removeAndMarkSoftConfirmedTx = function(txs) {
return lodash.filter(txs, function(tx) {
if (tx.confirmations >= SOFT_CONFIRMATION_LIMIT)
return tx;
tx.recent = true;
});
}
self.showMore = function() {
$timeout(function() {
@ -1188,9 +1180,9 @@ console.log('[index.js:1063] walletImported'); //TODO
});
$rootScope.$on('Local/NewFocusedWallet', function() {
console.log('[index.js.1200:NewFocusedWallet:] TODO'); //TODO
console.log('[index.js.1200:NewFocusedWallet:] TODO'); //TODO
return;
return;
uxLanguage.update();