also un outgoinging txs
This commit is contained in:
parent
af41deb0e4
commit
fd8bee2bae
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue