feat: migrate lnurlcache to room

This commit is contained in:
2026-06-01 22:48:39 +02:00
parent 2e0530073d
commit 38c6c6f723
6 changed files with 124 additions and 87 deletions
@@ -57,7 +57,6 @@ class WalletViewModelFactory(private val app: Application) : ViewModelProvider.F
return WalletViewModel(
repo,
aliasRepo = aliasRepo,
lnurlCache = lnurlCache,
paymentCache = paymentCache,
balancePrefs = balancePrefs,
balanceVm = balanceVm,