fixed broken send max button

This commit is contained in:
Kadir Sekha 2018-01-02 15:57:19 +00:00
commit 0b2ef6736a
2 changed files with 10 additions and 15 deletions

View file

@ -213,7 +213,6 @@ angular.module('copayApp.controllers').controller('amountController', function($
$scope.finish();
};
$scope.toggleAlternative = function() {
if ($scope.amountModel.amount && isExpression($scope.amountModel.amount)) {
var amount = evaluate(format($scope.amountModel.amount));