mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 06:48:02 +01:00
s
This commit is contained in:
parent
2007c00c8e
commit
86353a61b6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ async def lnurl_response(cp_id):
|
|||
callback=url_for("copilot.lnurl_callback", cp_id=cp_id, _external=True),
|
||||
min_sendable=10000,
|
||||
max_sendable=50000000,
|
||||
metadata="{'title':'" + str(cp.lnurl_title) + "'}",
|
||||
metadata=json.dumps([["text/plain", cp.lnurl_title]]),
|
||||
)
|
||||
|
||||
params = resp.dict()
|
||||
|
|
Loading…
Add table
Reference in a new issue