Show fiat in the alternative currency
This commit is contained in:
parent
a27addfdc3
commit
4ee3c5889d
2 changed files with 6 additions and 2 deletions
|
|
@ -84,6 +84,9 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio
|
|||
}
|
||||
|
||||
$scope.btx = txFormatService.processTx(tx);
|
||||
txFormatService.formatAlternativeStr(tx.fees, function(v) {
|
||||
$scope.feeFiatStr = v;
|
||||
});
|
||||
|
||||
if ($scope.btx.action != 'invalid') {
|
||||
if ($scope.btx.action == 'sent') $scope.title = gettextCatalog.getString('Sent Funds');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue