Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use getAddresses in Request scene #5363

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft

Conversation

peachbits
Copy link
Contributor

@peachbits peachbits commented Nov 16, 2024

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

EdgeApp/edge-core-js#626
EdgeApp/edge-currency-accountbased#855

Requirements

If you have made any visual changes to the GUI. Make sure you have:

  • Tested on iOS device
  • Tested on Android device
  • Tested on small-screen device (iPod Touch)
  • Tested on large-screen device (tablet)

@peachbits peachbits marked this pull request as draft November 16, 2024 00:04
Comment on lines +147 to +154
const addressTypeLabelMap: StringMap = {
segwitAddress: lstrings.request_qr_your_segwit_address,
legacyAddress: lstrings.request_qr_your_legacy_address,

// Handle segwitAddress
if (receiveAddress.segwitAddress != null) {
addresses.push({
addressString: receiveAddress.segwitAddress,
label: lstrings.request_qr_your_segwit_address
})
// Zcash
saplingAddress: lstrings.request_qr_your_sapling_address,
transparentAddress: lstrings.request_qr_your_transparent_address,
unifiedAddress: lstrings.request_qr_your_unified_address
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 This table is really nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants