Updated on 2026-08-14

This commit is contained in:
Tangem 2022-03-23 21:43:12 +03:00
parent c14fe4b455
commit 8d291b4095

View file

@ -63,8 +63,6 @@ data class WalletState(
val currencies: List<Currency>
get() = wallets.mapNotNull { it.currency }
val throttlingDuration = 10000L
fun getWalletManager(token: Token?): WalletManager? {
if (token == null) return null
return walletManagers.find { it.wallet.blockchain == token.blockchain }