Skip to content

Commit

Permalink
Merge branch 'fix/scan-max-button' into 'develop'
Browse files Browse the repository at this point in the history
fix/scan-max-button

See merge request papers/airgap/airgap-wallet!727
  • Loading branch information
godenzim committed Dec 14, 2023
2 parents bd44a43 + 6c7e86d commit b96a40f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/pages/transaction-prepare/transaction-prepare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ export class TransactionPreparePage {
value: address,
dirty: false
},
disableSendMaxAmount: false,
receiverAddress: receiverAddress !== undefined ? receiverAddress : ''
})
}
Expand Down

0 comments on commit b96a40f

Please sign in to comment.