mirror of
https://github.com/lnbits/lnbits.git
synced 2025-08-02 06:52:28 +02:00
handle empty lnurl-withdraws to redeem.
This commit is contained in:
@@ -186,6 +186,9 @@ async def redeem_lnurl_withdraw(
|
||||
wait_seconds: int = 0,
|
||||
conn: Optional[Connection] = None,
|
||||
) -> None:
|
||||
if not lnurl_request:
|
||||
return None
|
||||
|
||||
res = {}
|
||||
|
||||
async with httpx.AsyncClient() as client:
|
||||
|
Reference in New Issue
Block a user