refresh tx wallet service
This commit is contained in:
parent
7b42c2e11a
commit
40ff5364f7
3 changed files with 156 additions and 146 deletions
12
old/index.js
12
old/index.js
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue