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

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

Open
bkiac opened this issue Jan 27, 2025 · 2 comments · May be fixed by #16633
Open
Labels
bug Something isn't working as expected connect Connect API related (ie. fee calculation)

Comments

@bkiac
Copy link

bkiac 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' });
@bkiac bkiac 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.

@bkiac
Copy link
Author

bkiac 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 mroz22 linked a pull request Jan 27, 2025 that will close this issue
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: 🎯 To do
Development

Successfully merging a pull request may close this issue.

2 participants