Show memo for shapeshift
This commit is contained in:
parent
af90c53e50
commit
07ac4e7738
1 changed files with 1 additions and 1 deletions
|
|
@ -492,8 +492,8 @@ function reviewController(addressbookService, bitcoinCashJsService, bitcore, bit
|
||||||
$ionicLoading.hide();
|
$ionicLoading.hide();
|
||||||
popupService.showAlert(gettextCatalog.getString('Shapeshift Error'), err.toString());
|
popupService.showAlert(gettextCatalog.getString('Shapeshift Error'), err.toString());
|
||||||
} else {
|
} else {
|
||||||
vm.memoExpanded = !!vm.memo;
|
|
||||||
vm.memo = 'ShapeShift Order:\nhttps://www.shapeshift.io/#/status/' + shapeshiftData.orderId;
|
vm.memo = 'ShapeShift Order:\nhttps://www.shapeshift.io/#/status/' + shapeshiftData.orderId;
|
||||||
|
vm.memoExpanded = !!vm.memo;
|
||||||
tx.toAddress = shapeshiftData.toAddress;
|
tx.toAddress = shapeshiftData.toAddress;
|
||||||
vm.destination.address = toAddress;
|
vm.destination.address = toAddress;
|
||||||
vm.destination.kind = 'shapeshift';
|
vm.destination.kind = 'shapeshift';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue