also un outgoinging txs

This commit is contained in:
Matias Alejo Garcia 2015-07-06 11:12:40 -03:00
parent af41deb0e4
commit fd8bee2bae
1 changed files with 2 additions and 1 deletions

View File

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