Updated on 2026-08-14
This commit is contained in:
parent
5efb1956c7
commit
fc8fa8ff8d
1 changed files with 1 additions and 1 deletions
|
|
@ -684,7 +684,7 @@ class DefaultWalletManagersFacade(
|
|||
|
||||
override suspend fun isAccountInitialized(userWalletId: UserWalletId, network: Network): Boolean {
|
||||
val walletManager = getOrCreateWalletManager(userWalletId = userWalletId, network = network)
|
||||
val initializableAccountWalletManger = walletManager as? InitializableAccount ?: return false
|
||||
val initializableAccountWalletManger = walletManager as? InitializableAccount ?: return true
|
||||
return initializableAccountWalletManger.accountInitializationState == InitializableAccount.State.INITIALIZED
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue