Merge pull request #2582 from cmgustavo/bug/update-unit
Update tx history after change unit
This commit is contained in:
commit
c6795c357b
1 changed files with 1 additions and 0 deletions
|
|
@ -409,6 +409,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
||||||
|
|
||||||
$rootScope.$on('Local/ConfigurationUpdated', function(event) {
|
$rootScope.$on('Local/ConfigurationUpdated', function(event) {
|
||||||
self.updateAll();
|
self.updateAll();
|
||||||
|
self.updateTxHistory();
|
||||||
});
|
});
|
||||||
|
|
||||||
$rootScope.$on('Local/WalletCompleted', function(event) {
|
$rootScope.$on('Local/WalletCompleted', function(event) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue