fix refresh after send
This commit is contained in:
parent
a28c631ff9
commit
0bdb92b583
3 changed files with 3 additions and 2 deletions
|
|
@ -253,7 +253,8 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
$log.debug('Retrying update... Try:' + tries)
|
||||
return self.updateAll({
|
||||
walletStatus: null,
|
||||
untilItChanges: true
|
||||
untilItChanges: true,
|
||||
triggerTxUpdate: opts.triggerTxUpdate,
|
||||
}, initStatusHash, ++tries);
|
||||
}, 1400 * tries);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue