Merge pull request #2582 from cmgustavo/bug/update-unit

Update tx history after change unit
This commit is contained in:
Matias Alejo Garcia 2015-04-21 18:12:58 -03:00
commit c6795c357b
1 changed files with 1 additions and 0 deletions

View File

@ -409,6 +409,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
$rootScope.$on('Local/ConfigurationUpdated', function(event) {
self.updateAll();
self.updateTxHistory();
});
$rootScope.$on('Local/WalletCompleted', function(event) {