Merge pull request #3413 from tanojaja/fix/remove-tx-history

fix reference to remove transaction history
This commit is contained in:
Matias Alejo Garcia 2015-11-09 10:00:48 -03:00
commit 95f3adf505
1 changed files with 6 additions and 2 deletions

View File

@ -326,6 +326,10 @@ angular.module('copayApp.services')
if (err) $log.warn(err);
});
storageService.removeTxHistory(walletId, function(err) {
if (err) $log.warn(err);
});
$timeout(function() {
root.setWalletClients();
root.setAndStoreFocus(null, function() {