This commit is contained in:
Brendon Duncan 2018-08-06 21:46:09 +12:00
commit 9273fb6407
3 changed files with 18 additions and 7 deletions

View file

@ -105,6 +105,10 @@ function reviewController(addressbookService, bitcoinCashJsService, bitcore, bit
}
vm.approve = function() {
if (vm.thirdParty.id === 'shapeshift') {
shapeshiftService.shiftIt();
return;
}
if (!tx || !vm.originWallet) return;