mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-07 03:18:10 +02:00
little more logging (#953)
This commit is contained in:
parent
d757154125
commit
4662a79c3b
@ -327,6 +327,7 @@ async def delete_expired_invoices(
|
||||
AND amount > 0 AND time < {db.timestamp_now} - {db.interval_seconds(86400)}
|
||||
"""
|
||||
)
|
||||
logger.debug(f"Checking expiry of {len(rows)} invoices")
|
||||
for (payment_request,) in rows:
|
||||
try:
|
||||
invoice = bolt11.decode(payment_request)
|
||||
|
Loading…
x
Reference in New Issue
Block a user