Fix bug send max with thirdparty (Shapeshift)
This commit is contained in:
parent
3d3aa25d5b
commit
9e28c4ec45
1 changed files with 1 additions and 1 deletions
|
|
@ -464,7 +464,7 @@ function amountController(configService, $filter, gettextCatalog, $ionicHistory,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (vm.thirdParty) {
|
if (vm.thirdParty) {
|
||||||
confirmData['thirdParty'] = this.thirdParty;
|
confirmData.thirdParty = vm.thirdParty;
|
||||||
}
|
}
|
||||||
|
|
||||||
sendFlowService.pushState(confirmData);
|
sendFlowService.pushState(confirmData);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue