Updated on 2026-08-14

This commit is contained in:
Tangem 2022-12-13 20:33:19 +03:00
parent 6baf8bd3f1
commit 05138c8897

View file

@ -165,6 +165,14 @@ internal class DefaultWalletStoresManager(
.build(),
)
}
.flatMapOnFailure { error ->
when (error) {
is WalletStoresError.WalletManagerNotCreated,
is WalletStoresError.UpdateWalletManagerError,
-> CompletionResult.Success(Unit)
else -> CompletionResult.Failure(error)
}
}
}
internal data class State(