Fix bug send max with thirdparty (Shapeshift)

This commit is contained in:
Jean-Baptiste Dominguez 2018-08-10 17:20:04 +09:00
commit 9e28c4ec45

View file

@ -464,7 +464,7 @@ function amountController(configService, $filter, gettextCatalog, $ionicHistory,
};
if (vm.thirdParty) {
confirmData['thirdParty'] = this.thirdParty;
confirmData.thirdParty = vm.thirdParty;
}
sendFlowService.pushState(confirmData);