refresh tx wallet service

This commit is contained in:
Ivan Socolsky 2016-08-17 17:26:13 -03:00
commit 40ff5364f7
No known key found for this signature in database
GPG key ID: FAECE6A05FAA4F56
3 changed files with 156 additions and 146 deletions

View file

@ -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
});
}