Updated on 2026-08-14

This commit is contained in:
Tangem 2023-09-26 15:27:06 +03:00
parent 3ef300ee56
commit 640e6433ff
7 changed files with 165 additions and 18 deletions

View file

@ -94,8 +94,7 @@ class UserWalletManagerImpl(
UserWalletIdBuilder.card(it)
.build()
?.stringValue
}
?: ""
} ?: ""
}
override suspend fun isTokenAdded(currency: Currency, derivationPath: String?): Boolean {