.
This commit is contained in:
parent
55f6d9f3f6
commit
df08491edb
1 changed files with 0 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
||||||
$scope.updateStatus();
|
$scope.updateStatus();
|
||||||
}),
|
}),
|
||||||
$rootScope.$on('Local/TxAction', function(e, walletId) {
|
$rootScope.$on('Local/TxAction', function(e, walletId) {
|
||||||
var wallet = profileService.getWallet(walletId);
|
|
||||||
if (walletId == wallet.id)
|
if (walletId == wallet.id)
|
||||||
$scope.updateStatus();
|
$scope.updateStatus();
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue