Check min max on shapeshift flow
This commit is contained in:
parent
caafec4625
commit
5b6f48e6a2
3 changed files with 5 additions and 13 deletions
|
|
@ -125,8 +125,7 @@ function reviewController(addressbookService, bitcoinCashJsService, bitcore, bit
|
|||
}
|
||||
|
||||
vm.approve = function() {
|
||||
if (vm.thirdParty.id === 'shapeshift') {
|
||||
shapeshiftService.shiftIt();
|
||||
if (vm.thirdParty.id === 'shapeshift')
|
||||
return;
|
||||
if (!tx || !vm.originWallet) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue