Fix for Shapeshift now appearing again on Review Transaction screen.

This commit is contained in:
Brendon Duncan 2018-08-09 16:11:29 +12:00
commit 7ce562ec64
2 changed files with 5 additions and 5 deletions

View file

@ -88,11 +88,9 @@ function reviewController(addressbookService, bitcoinCashJsService, bitcore, bit
coin = vm.originWallet.coin;
if (sendFlowData.thirdParty) {
// vm.thirdParty = JSON.parse(sendFlowData.thirdParty); // Parse stringified JSON-object
if (vm.thirdParty) {
handleThirdPartyInitIfBip70();
handleThirdPartyInitIfShapeshift();
}
vm.thirdParty = sendFlowData.thirdParty;
handleThirdPartyInitIfBip70();
handleThirdPartyInitIfShapeshift();
}
configService.get(function onConfig(err, configCache) {