removed dead code

This commit is contained in:
Ivan Socolsky 2014-10-20 11:26:56 -03:00 committed by Matias Alejo Garcia
parent 3191ba200c
commit 24f103288d
1 changed files with 0 additions and 2 deletions

View File

@ -92,7 +92,6 @@ angular.module('copayApp.services')
});
w.on('ready', function(myPeerID) {
$scope.loading = false;
//$rootScope.wallet = w;
if ($rootScope.initialConnection) {
$rootScope.initialConnection = false;
if ($rootScope.pendingPayment) {
@ -287,7 +286,6 @@ angular.module('copayApp.services')
$scope.balanceByAddr = data.balanceByAddr;
// rateService.whenAvailable(function() {
$scope.totalBalanceAlternative = data.totalBalanceAlternative;
$scope.alternativeIsoCode = data.alternativeIsoCode;
$scope.lockedBalanceAlternative = data.lockedBalanceAlternative;