.
This commit is contained in:
parent
7b8c9cfdc5
commit
35f24b828d
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ async def lnurl_response(username: str, domain: str, request: Request):
|
|||
return LnurlErrorResponse(reason="Address has expired.").dict()
|
||||
|
||||
resp = {
|
||||
"tag": "payRequest",
|
||||
"callback": request.url_for("lnaddress.lnurl_callback", address_id=address.id),
|
||||
"metadata": await address.lnurlpay_metadata(domain=domain),
|
||||
"minSendable": 1000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue