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(),
|
currency: unit.id.toUpperCase(),
|
||||||
coin: coin,
|
coin: coin,
|
||||||
useSendMax: $scope.useSendMax,
|
useSendMax: $scope.useSendMax,
|
||||||
fromWalletId: $scope.fromWalletId || undefined
|
fromWalletId: $scope.fromWalletId
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
var amount = _amount;
|
var amount = _amount;
|
||||||
|
|
@ -482,7 +482,7 @@ angular.module('copayApp.controllers').controller('amountController', function($
|
||||||
toColor: $scope.toColor,
|
toColor: $scope.toColor,
|
||||||
coin: coin,
|
coin: coin,
|
||||||
useSendMax: $scope.useSendMax,
|
useSendMax: $scope.useSendMax,
|
||||||
fromWalletId: $scope.fromWalletId || undefined
|
fromWalletId: $scope.fromWalletId
|
||||||
};
|
};
|
||||||
|
|
||||||
if ($scope.shapeshiftOrderId) {
|
if ($scope.shapeshiftOrderId) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue