also un outgoinging txs

This commit is contained in:
Matias Alejo Garcia 2015-07-06 11:12:40 -03:00
commit fd8bee2bae

View file

@ -787,7 +787,8 @@ angular.module('copayApp.controllers').controller('indexController', function($r
$rootScope.$on('NewOutgoingTx', function() {
self.updateAll({
walletStatus: null,
untilItChanges: true
untilItChanges: true,
triggerTxUpdate: true,
});
});