Updated on 2026-08-14
This commit is contained in:
parent
c14fe4b455
commit
8d291b4095
1 changed files with 0 additions and 2 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue