Update tx history after change unit

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-21 12:20:54 -03:00
commit d05b70c332

View file

@ -407,6 +407,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) {