add fee to tx history

This commit is contained in:
Matias Alejo Garcia 2015-07-17 14:30:55 -03:00
commit 73f7d9a22b
3 changed files with 9 additions and 0 deletions

View file

@ -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);