updateStatus -> getStatus
This commit is contained in:
parent
9423de7179
commit
5656caaa5a
4 changed files with 1428 additions and 124 deletions
1334
src/js/controllers/index.js
Normal file
1334
src/js/controllers/index.js
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue