Added conversion rate to send controller

This commit is contained in:
Ivan Socolsky 2014-09-18 11:07:07 -03:00
commit 6b891418d3
2 changed files with 2 additions and 2 deletions

View file

@ -200,8 +200,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;
});
});