This commit is contained in:
Matias Alejo Garcia 2016-08-23 17:33:42 -03:00
commit df08491edb
No known key found for this signature in database
GPG key ID: 02470DB551277AB3

View file

@ -71,7 +71,6 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
$scope.updateStatus();
}),
$rootScope.$on('Local/TxAction', function(e, walletId) {
var wallet = profileService.getWallet(walletId);
if (walletId == wallet.id)
$scope.updateStatus();
}),