Check min max on shapeshift flow
This commit is contained in:
parent
caafec4625
commit
5b6f48e6a2
3 changed files with 5 additions and 13 deletions
|
|
@ -102,6 +102,7 @@ angular.module('copayApp.controllers').controller('walletSelectorController', fu
|
|||
}
|
||||
|
||||
function handleThirdPartyIfShapeshift() {
|
||||
console.log($scope.thirdParty, $scope.coin);
|
||||
if ($scope.thirdParty.id === 'shapeshift' && $scope.type === 'destination') { // Shapeshift wants to know the
|
||||
$scope.coin = profileService.getWallet(fromWalletId).coin;
|
||||
if ($scope.coin === 'bch') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue