Updated on 2026-08-14

This commit is contained in:
Tangem 2024-05-30 15:08:00 +01:00
parent 682349e353
commit 0e370ae05f
2 changed files with 22 additions and 17 deletions

View file

@ -42,10 +42,10 @@ internal class DefaultBlockchainSDKFactory(
dispatchers: CoroutineDispatcherProvider,
) : BlockchainSDKFactory {
private val walletManagerFactory: Flow<WalletManagerFactory?> by lazy(::createWalletManagerFactory)
private val mainScope = CoroutineScope(dispatchers.main)
private val walletManagerFactory: Flow<WalletManagerFactory?> = createWalletManagerFactory()
override suspend fun init() {
coroutineScope {
updateBlockchainSDKConfig()