added tag

This commit is contained in:
Tiago vasconcelos 2021-12-01 11:40:03 +00:00
parent b6498389bc
commit 55cb78710b

View File

@ -31,6 +31,7 @@ async def lnurl_response(username: str, domain: str, request: Request):
return LnurlErrorResponse(reason="Address has expired.").dict()
resp = LnurlPayResponse(
tag="payRequest",
callback=request.url_for("lnaddress.lnurl_callback", address_id=address.id),
min_sendable=1000,
max_sendable=1000000000,