Fix wallet from
This commit is contained in:
parent
b181854ca4
commit
255e3b85bb
2 changed files with 7 additions and 3 deletions
|
|
@ -76,7 +76,7 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
|
|||
return $state.transitionTo('tabs.send.amount', {
|
||||
displayAddress: $scope.walletToWalletFrom.coin === 'bch' ? bitcoinCashJsService.translateAddresses(addr).cashaddr : addr,
|
||||
recipientType: 'wallet',
|
||||
fromWalletId: $scope.walletToWalletFrom.walletId,
|
||||
fromWalletId: $scope.walletToWalletFrom.id,
|
||||
toAddress: addr,
|
||||
coin: $scope.walletToWalletFrom.coin
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue