fix proposal update
This commit is contained in:
parent
f8f967d142
commit
7c5e1a259b
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ angular.module('copayApp.controllers').controller('txpDetailsController', functi
|
|||
};
|
||||
|
||||
lodash.each(['TxProposalRejectedBy', 'TxProposalAcceptedBy', 'transactionProposalRemoved', 'TxProposalRemoved', 'NewOutgoingTx', 'UpdateTx'], function(eventName) {
|
||||
$scope.$on(eventName, function() {
|
||||
$rootScope.$on(eventName, function() {
|
||||
fc.getTx($scope.tx.id, function(err, tx) {
|
||||
if (err) {
|
||||
if (err.message && err.message == 'TX_NOT_FOUND' &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue