Bugfix for ShapeShift warnings.

This commit is contained in:
Brendon Duncan 2018-08-02 17:10:58 +12:00
commit 1590a295da
2 changed files with 18 additions and 14 deletions

View file

@ -287,7 +287,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
*/
.state('tabs.send.amount', {
url: '/amount/:thirdParty/:fromWalletId/:toWalletId/:toAddress',
url: '/amount/:thirdPartyId/:thirdPartyOrderId/:fromWalletId/:maxAmount/:minAmount/:toWalletId/:toAddress',
views: {
'tab-send@tabs': {
controller: 'amountController',