Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-16 11:42:43 +03:00
parent 19bdc77d9f
commit 5aaf87d370

View file

@ -36,7 +36,7 @@ val UserWallet.isAccountsSupported
is UserWallet.Hot -> true
is UserWallet.Cold -> {
with(this.cardTypesResolver) {
isMultiwalletAllowed() && !isWhiteWallet()
isMultiwalletAllowed() && scanResponse.card.settings.isHDWalletAllowed
}
}
}