From ff1d514d50da73fe84ffc5b6420ad45b525f5770 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 9 Sep 2015 11:52:19 -0300 Subject: [PATCH] add handle to NewOutgoingTxByThirdParty --- src/js/controllers/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/controllers/index.js b/src/js/controllers/index.js index acdc7c826..a3de513ad 100644 --- a/src/js/controllers/index.js +++ b/src/js/controllers/index.js @@ -1068,7 +1068,7 @@ console.log('[index.js:395]',txps); //TODO }); }); - lodash.each(['NewTxProposal', 'TxProposalFinallyRejected', 'TxProposalRemoved', + lodash.each(['NewTxProposal', 'TxProposalFinallyRejected', 'TxProposalRemoved', 'NewOutgoingTxByThirdParty', 'Local/NewTxProposal', 'Local/TxProposalAction', 'ScanFinished', 'Local/GlideraTx' ], function(eventName) { $rootScope.$on(eventName, function(event, untilItChanges) {