Merge pull request #1428 from isocolsky/ux/conversion_rate

Ux/conversion rate
This commit is contained in:
Matias Alejo Garcia 2014-09-22 09:54:36 -03:00
commit fb18487b4f
2 changed files with 9 additions and 4 deletions

View file

@ -202,8 +202,7 @@ angular.module('copayApp.services')
$rootScope.totalBalanceAlternative = rateService.toFiat(balanceSat, w.settings.alternativeIsoCode);
$rootScope.alternativeIsoCode = w.settings.alternativeIsoCode;
$rootScope.lockedBalanceAlternative = rateService.toFiat(balanceSat - safeBalanceSat, w.settings.alternativeIsoCode);
$rootScope.alternativeConversionRate = rateService.toFiat(100000000, w.settings.alternativeIsoCode);
return cb ? cb() : null;
});
});