Updated on 2026-08-14
This commit is contained in:
parent
e78f9b8018
commit
331a15b433
8 changed files with 2 additions and 18 deletions
|
|
@ -36,9 +36,6 @@ dependencies {
|
|||
implementation(deps.compose.shimmer)
|
||||
|
||||
implementation(deps.tangem.card.core)
|
||||
// implementation(deps.tangem.card.android) {
|
||||
// exclude(module = "joda-time")
|
||||
// }
|
||||
|
||||
/** Other libraries */
|
||||
implementation(deps.compose.shimmer)
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ class DummyWordlist(
|
|||
|
||||
private var _wordlist: List<String> = listOf()
|
||||
|
||||
override val wordlist: List<String>
|
||||
override val words: List<String>
|
||||
get() = _wordlist
|
||||
|
||||
init {
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ class DummySeedPhraseInteractor(
|
|||
) : SeedPhraseInteractor, SeedPhraseChecker by seedPhraseChecker {
|
||||
|
||||
override suspend fun generateSeedPhrase(): List<String> {
|
||||
return sdkSeedPhraseRepository.getWordList().wordlist
|
||||
return sdkSeedPhraseRepository.getWordList().words
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue