update to txp creation. merged and refactored many features from confirm.js
This commit is contained in:
parent
f49e8725e8
commit
eef84b25f8
5 changed files with 428 additions and 20 deletions
|
|
@ -109,7 +109,7 @@ angular.module('copayApp.services').factory('shapeshiftService', function($http,
|
|||
orderId: root.depositInfo.orderId
|
||||
};
|
||||
|
||||
if (incomingData.redir(sendAddress, shapeshiftData)) {
|
||||
if (incomingData.redir(sendAddress, 'shapeshift', shapeshiftData)) {
|
||||
ongoingProcess.set('connectingShapeshift', false);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue