mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-09 20:12:34 +02:00
me bug
This commit is contained in:
@@ -17,7 +17,7 @@ async def lnurl_response(cp_id):
|
|||||||
|
|
||||||
resp = LnurlPayResponse(
|
resp = LnurlPayResponse(
|
||||||
callback=url_for(
|
callback=url_for(
|
||||||
"copilot.lnurl_callback", track_id=track.id, _external=True
|
"copilot.lnurl_callback", cp_id=cp_id, _external=True
|
||||||
),
|
),
|
||||||
min_sendable=10,
|
min_sendable=10,
|
||||||
max_sendable=50000,
|
max_sendable=50000,
|
||||||
|
Reference in New Issue
Block a user