mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 10:39:59 +01:00
..
This commit is contained in:
parent
35f24b828d
commit
4790bf21b2
@ -31,6 +31,7 @@ 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…
Reference in New Issue
Block a user