add fee to tx history
This commit is contained in:
parent
9743dabcb3
commit
73f7d9a22b
3 changed files with 9 additions and 0 deletions
|
|
@ -994,6 +994,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
$scope.color = fc.backgroundColor;
|
||||
$scope.copayerId = fc.credentials.copayerId;
|
||||
$scope.isShared = fc.credentials.n > 1;
|
||||
$scope.feeStr = btx.feeStr;
|
||||
|
||||
$scope.getAmount = function(amount) {
|
||||
return self.getAmount(amount);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue