Minor fixes

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-21 19:36:24 -03:00
commit 1edcf184ee
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
lodash.each($scope.wallets, function(wallet) {
walletService.getStatus(wallet, {}, function(err, status) {
if (err) {
console.log('[tab-home.js.35:err:]', $log.error(err)); //TODO
$log.error(err);
} else {
wallet.status = status;
}