Updated on 2026-08-14
This commit is contained in:
parent
6936f04093
commit
c7151d95a7
20 changed files with 335 additions and 1096 deletions
|
|
@ -277,10 +277,7 @@ class DefaultWalletManagersFacade(
|
|||
}
|
||||
}
|
||||
|
||||
private suspend fun getUserWallet(userWalletId: UserWalletId) =
|
||||
requireNotNull(userWalletsStore.getSyncOrNull(userWalletId)) {
|
||||
"Unable to find a user wallet with provided ID: $userWalletId"
|
||||
}
|
||||
private fun getUserWallet(userWalletId: UserWalletId) = userWalletsStore.getSyncStrict(userWalletId)
|
||||
|
||||
private suspend fun getAndUpdateWalletManager(
|
||||
userWallet: UserWallet,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue