refresh tx wallet service
This commit is contained in:
parent
7b42c2e11a
commit
40ff5364f7
3 changed files with 156 additions and 146 deletions
|
|
@ -85,7 +85,10 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
|||
$scope.wallet = wallet;
|
||||
|
||||
if (wallet) {
|
||||
walletService.updateStatus(wallet, {}, function(err, status) {
|
||||
walletService.updateStatus(wallet, {
|
||||
triggerTxUpdate: true
|
||||
}, function(err, status) {
|
||||
console.log(status);
|
||||
if (err) {} // TODO
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue