Updated on 2026-08-14
This commit is contained in:
parent
9bb78a305f
commit
d4ae36577c
2 changed files with 0 additions and 3 deletions
|
|
@ -26,7 +26,6 @@ internal object WalletManagersFacadeModule {
|
|||
userWalletsStore: UserWalletsStore,
|
||||
assetReader: AssetReader,
|
||||
@SdkMoshi moshi: Moshi,
|
||||
mnemonicRepository: MnemonicRepository,
|
||||
blockchainSDKFactory: BlockchainSDKFactory,
|
||||
): WalletManagersFacade {
|
||||
return DefaultWalletManagersFacade(
|
||||
|
|
@ -34,7 +33,6 @@ internal object WalletManagersFacadeModule {
|
|||
userWalletsStore = userWalletsStore,
|
||||
assetReader = assetReader,
|
||||
moshi = moshi,
|
||||
mnemonic = mnemonicRepository.generateDefaultMnemonic(),
|
||||
blockchainSDKFactory = blockchainSDKFactory,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ import java.util.EnumSet
|
|||
class DefaultWalletManagersFacade(
|
||||
private val walletManagersStore: WalletManagersStore,
|
||||
private val userWalletsStore: UserWalletsStore,
|
||||
mnemonic: Mnemonic,
|
||||
assetReader: AssetReader,
|
||||
moshi: Moshi,
|
||||
blockchainSDKFactory: BlockchainSDKFactory,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue