diff --git a/src/js/controllers/tx-details.js b/src/js/controllers/tx-details.js index c5f01a111..6a507d4e7 100644 --- a/src/js/controllers/tx-details.js +++ b/src/js/controllers/tx-details.js @@ -139,6 +139,8 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio if (err) return; walletService.getLowAmount($scope.wallet, levels, function(err, amount) { if (err) return; + if ($scope.wallet.coin == 'bch') return; + $scope.btx.lowAmount = tx.amount < amount; $timeout(function() {