sendMax bugfix when returning to previous screen
This commit is contained in:
parent
25965f6268
commit
ee0042b6e7
3 changed files with 12 additions and 6 deletions
|
|
@ -223,7 +223,7 @@ function reviewController(addressbookService, bitcoinCashJsService, bitcore, bit
|
|||
// Grab stateParams
|
||||
tx = {
|
||||
amount: parseInt(sendFlowData.amount),
|
||||
sendMax: sendFlowData.sendMax === 'true' ? true : false,
|
||||
sendMax: sendFlowData.sendMax,
|
||||
fromWalletId: sendFlowData.fromWalletId,
|
||||
toAddress: sendFlowData.toAddress,
|
||||
paypro: txPayproData,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue