use new scan icon
This commit is contained in:
parent
1687669149
commit
4c42c72411
4 changed files with 50 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue