Skip to content

TrezorConnect.getAccountInfo({ coin: 'btc' }) does not display Taproot accounts in coin selection screen #16624

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

Closed
benknab opened this issue Jan 27, 2025 · 3 comments
Labels
bug Something isn't working as expected connect Connect API related (ie. fee calculation)

Comments

@benknab
Copy link

benknab commented Jan 27, 2025

Description

When calling TrezorConnect.getAccountInfo({ coin: 'btc' }) using @trezor/connect-web version 9.4.7, Taproot accounts are not displayed in the coin selection screen.

My accounts in Trezor Suite:

Image

Coin selection in popup:

Image

Steps to Reproduce

  1. Install and import @trezor/connect-web version 9.4.7.
  2. Initialize TrezorConnect.
  3. Call the TrezorConnect method:
TrezorConnect.getAccountInfo({ coin: 'btc' });
@benknab benknab added bug Something isn't working as expected connect Connect API related (ie. fee calculation) labels Jan 27, 2025
@github-project-automation github-project-automation bot moved this to 🎯 To do in Suite Desktop Jan 27, 2025
@mroz22
Copy link
Contributor

mroz22 commented Jan 27, 2025

Thats right. do you need this feature? It shouldn't be hard to add it.

@benknab
Copy link
Author

benknab commented Jan 27, 2025

Thats right. do you need this feature? It shouldn't be hard to add it.

I need this feature together with #16630 for the user to be able to select their Taproot account and sign a message with one of its addresses.

@mroz22
Copy link
Contributor

mroz22 commented Apr 22, 2025

its already done

@mroz22 mroz22 closed this as completed Apr 22, 2025
@github-project-automation github-project-automation bot moved this from 🎯 To do to 🤝 Needs QA in Suite Desktop Apr 22, 2025
@bosomt bosomt moved this from 🤝 Needs QA to ✅ Approved in Suite Desktop Apr 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected connect Connect API related (ie. fee calculation)
Projects
Status: ✅ Approved
Development

Successfully merging a pull request may close this issue.

2 participants