You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Coin selection in popup:
Steps to Reproduce
Install and import @trezor/connect-web version 9.4.7.
Initialize TrezorConnect.
Call the TrezorConnect method:
TrezorConnect.getAccountInfo({coin: 'btc'});
The text was updated successfully, but these errors were encountered:
Description
When calling
TrezorConnect.getAccountInfo({ coin: 'btc' })
using@trezor/connect-web
version9.4.7
, Taproot accounts are not displayed in the coin selection screen.My accounts in Trezor Suite:
Coin selection in popup:
Steps to Reproduce
@trezor/connect-web
version9.4.7
.The text was updated successfully, but these errors were encountered: