updateStatus -> getStatus

This commit is contained in:
Ivan Socolsky 2016-08-17 18:02:47 -03:00
commit 5656caaa5a
No known key found for this signature in database
GPG key ID: FAECE6A05FAA4F56
4 changed files with 1428 additions and 124 deletions

1334
src/js/controllers/index.js Normal file

File diff suppressed because it is too large Load diff

View file

@ -85,9 +85,7 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
$scope.wallet = wallet;
if (wallet) {
walletService.updateStatus(wallet, {
triggerTxUpdate: true
}, function(err, status) {
walletService.updateStatus(wallet, {}, function(err, status) {
console.log(status);
if (err) {} // TODO
});