Updated on 2026-08-14
This commit is contained in:
parent
682349e353
commit
0e370ae05f
2 changed files with 22 additions and 17 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue