Request Specifc Amount integrated into new send flow.

This commit is contained in:
Brendon Duncan 2018-08-02 15:44:59 +12:00
commit 927c1e9478
4 changed files with 100 additions and 143 deletions

View file

@ -19,8 +19,7 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
$scope.requestSpecificAmount = function() {
$state.go('tabs.paymentRequest.amount', {
id: $scope.wallet.credentials.walletId,
coin: $scope.wallet.coin
toWalletId: $scope.wallet.credentials.walletId
});
};