removed unused code
This commit is contained in:
parent
69153757fb
commit
acb6592dc4
1 changed files with 0 additions and 6 deletions
|
|
@ -68,12 +68,6 @@ angular.module('copayApp.controllers').controller('SidebarController', function(
|
||||||
var w = $rootScope.iden.getWalletById(wid);
|
var w = $rootScope.iden.getWalletById(wid);
|
||||||
$scope.wallets.push(w);
|
$scope.wallets.push(w);
|
||||||
controllerUtils.updateTxsAndBalance(w);
|
controllerUtils.updateTxsAndBalance(w);
|
||||||
// controllerUtils.updateBalance(w, function(err, res) {
|
|
||||||
// if (err) return;
|
|
||||||
// setTimeout(function() {
|
|
||||||
// $scope.$digest();
|
|
||||||
// }, 1);
|
|
||||||
// });
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue