Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-13 11:50:32 +03:00
commit 9783f9ce3d
12 changed files with 67 additions and 39 deletions

View file

@ -73,7 +73,7 @@ private val walletStoresRepository by lazy { WalletStoresRepository.provideDefau
private val walletManagersRepository by lazy {
WalletManagersRepository.provideDefaultImplementation(
walletManagerFactory = WalletManagerFactory(
blockchainSdkConfig = store.state.globalState.configManager
config = store.state.globalState.configManager
?.config
?.blockchainSdkConfig
?: BlockchainSdkConfig(),