Update tx history after change unit
This commit is contained in:
parent
8806b5b82d
commit
d05b70c332
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue