Updated on 2026-08-14
This commit is contained in:
parent
d64a36a2a8
commit
2aa9866f07
24 changed files with 779 additions and 101 deletions
|
|
@ -45,6 +45,10 @@ internal class DefaultBlockchainSDKFactory(
|
|||
private val mainScope = CoroutineScope(dispatchers.main)
|
||||
|
||||
private val walletManagerFactory: Flow<WalletManagerFactory?> = createWalletManagerFactory()
|
||||
// TODO: [REDACTED_JIRA]
|
||||
// private val walletManagerFactory: Flow<WalletManagerFactory?> by lazy(LazyThreadSafetyMode.NONE) {
|
||||
// createWalletManagerFactory()
|
||||
// }
|
||||
|
||||
override suspend fun init() {
|
||||
coroutineScope {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue