Removed unnecessary logic.
This commit is contained in:
parent
255e3b85bb
commit
90fbf801d3
1 changed files with 2 additions and 2 deletions
|
|
@ -461,7 +461,7 @@ angular.module('copayApp.controllers').controller('amountController', function($
|
|||
currency: unit.id.toUpperCase(),
|
||||
coin: coin,
|
||||
useSendMax: $scope.useSendMax,
|
||||
fromWalletId: $scope.fromWalletId || undefined
|
||||
fromWalletId: $scope.fromWalletId
|
||||
});
|
||||
} else {
|
||||
var amount = _amount;
|
||||
|
|
@ -482,7 +482,7 @@ angular.module('copayApp.controllers').controller('amountController', function($
|
|||
toColor: $scope.toColor,
|
||||
coin: coin,
|
||||
useSendMax: $scope.useSendMax,
|
||||
fromWalletId: $scope.fromWalletId || undefined
|
||||
fromWalletId: $scope.fromWalletId
|
||||
};
|
||||
|
||||
if ($scope.shapeshiftOrderId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue