Updated on 2026-08-14
This commit is contained in:
parent
19bdc77d9f
commit
5aaf87d370
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ val UserWallet.isAccountsSupported
|
|||
is UserWallet.Hot -> true
|
||||
is UserWallet.Cold -> {
|
||||
with(this.cardTypesResolver) {
|
||||
isMultiwalletAllowed() && !isWhiteWallet()
|
||||
isMultiwalletAllowed() && scanResponse.card.settings.isHDWalletAllowed
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue