feat: lud11 disposable and storeable payRequests. (#3317)

This commit is contained in:
dni ⚡
2025-08-19 11:33:57 +02:00
committed by GitHub
parent 1488f580ff
commit ae6cf47244
12 changed files with 289 additions and 46 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ async def create_wallet(
async def update_wallet(
wallet: Wallet,
conn: Optional[Connection] = None,
) -> Optional[Wallet]:
) -> Wallet:
wallet.updated_at = datetime.now(timezone.utc)
await (conn or db).update("wallets", wallet)
return wallet