Merge branch 'wallet/task/416' of https://github.com/Bitcoin-com/Wallet into wallet/task/416

This commit is contained in:
Jean-Baptiste Dominguez 2018-07-17 18:38:06 +09:00
commit 36152edaae

View file

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