fixed bug where user could send to shapeshift from wrong wallet
This commit is contained in:
parent
7c5e6077e6
commit
64b11fba3a
7 changed files with 31 additions and 3 deletions
|
|
@ -63,6 +63,7 @@ angular.module('copayApp.services').factory('incomingData', function($log, $stat
|
|||
} else {
|
||||
var params = { toAddress: addr, coin: coin };
|
||||
if (shapeshiftData) {
|
||||
params['fromWalletId'] = shapeshiftData.fromWalletId;
|
||||
params['minShapeshiftAmount'] = shapeshiftData.minAmount;
|
||||
params['maxShapeshiftAmount'] = shapeshiftData.maxAmount;
|
||||
params['shapeshiftOrderId'] = shapeshiftData.orderId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue