use new scan icon

This commit is contained in:
Javier 2016-11-24 16:17:01 -03:00
commit 4c42c72411
4 changed files with 50 additions and 6 deletions

View file

@ -146,7 +146,11 @@ angular.module('copayApp.controllers').controller('confirmController', function(
fee: resp.fee,
feePerKb: feePerKb,
};
toAmount = parseFloat((resp.amount * satToUnit).toFixed(unitDecimals));
txFormatService.formatAlternativeStr(resp.amount, function(v) {
$scope.alternativeAmountStr = v;
});
var msg = gettextCatalog.getString("{{fee}} will be deducted for bitcoin networking fees", {
fee: txFormatService.formatAmount(resp.fee) + ' ' + unitName