diff --git a/js/services/controllerUtils.js b/js/services/controllerUtils.js index 8926fd877..7358cbb65 100644 --- a/js/services/controllerUtils.js +++ b/js/services/controllerUtils.js @@ -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; }); }); diff --git a/views/send.html b/views/send.html index 3208dce3b..16a688196 100644 --- a/views/send.html +++ b/views/send.html @@ -8,6 +8,7 @@