Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-24 14:26:49 +04:00
parent a16a27546c
commit 14135be555
6 changed files with 49 additions and 22 deletions

View file

@ -24,7 +24,7 @@ class UnlockWalletsUseCase(private val walletsStateHolder: WalletsStateHolder) {
value = walletsStateHolder.userWalletsListManager?.asLockable(),
raise = {
UnlockWalletsError.DataError(
cause = IllegalStateException("The lockable user wallets list manager could not be found")
cause = IllegalStateException("The lockable user wallets list manager could not be found"),
)
},
)