add shapeshift order id to memo and fix display min amount bug
This commit is contained in:
parent
c4be7c991a
commit
4e8b587975
3 changed files with 17 additions and 10 deletions
|
|
@ -92,8 +92,8 @@ angular.module('copayApp.directives').directive('shapeshiftCoinTrader', function
|
|||
return;
|
||||
}
|
||||
$scope.depositInfo = txData;
|
||||
console.log($scope.marketData);
|
||||
console.log($scope.depositInfo);
|
||||
//console.log($scope.marketData);
|
||||
//console.log($scope.depositInfo);
|
||||
var sendAddress = txData.depositQR;
|
||||
if (sendAddress && sendAddress.indexOf('bitcoin cash') >= 0)
|
||||
sendAddress = sendAddress.replace('bitcoin cash', 'bitcoincash');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue