fix: fiat tracking / updating wallet without reloads (#2891)

This commit is contained in:
Arc
2025-01-22 10:27:05 +02:00
committed by GitHub
parent 8a759c8fc1
commit 273ab9781f
8 changed files with 278 additions and 88 deletions
+1
View File
@@ -23,6 +23,7 @@ async def create_wallet(
user=user_id,
adminkey=uuid4().hex,
inkey=uuid4().hex,
currency=settings.lnbits_default_accounting_currency or "USD",
)
await (conn or db).insert("wallets", wallet)
return wallet