mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-26 11:56:16 +02:00
committed by
GitHub
parent
c960f718f5
commit
eab19280d5
@@ -336,7 +336,7 @@ async def get_latest_payments_by_extension(ext_name: str, ext_id: str, limit: in
|
|||||||
rows = await db.fetchall(
|
rows = await db.fetchall(
|
||||||
f"""
|
f"""
|
||||||
SELECT * FROM apipayments
|
SELECT * FROM apipayments
|
||||||
WHERE pending = 'false'
|
WHERE pending = false
|
||||||
AND extra LIKE ?
|
AND extra LIKE ?
|
||||||
AND extra LIKE ?
|
AND extra LIKE ?
|
||||||
ORDER BY time DESC LIMIT {limit}
|
ORDER BY time DESC LIMIT {limit}
|
||||||
|
Reference in New Issue
Block a user